mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/devp2p: fix lint
This commit is contained in:
parent
577c7602dc
commit
6e8ea88338
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ func newTXTChange(action, name string, ttl int64, values []string) *route53.Chan
|
||||||
}
|
}
|
||||||
r.SetType("TXT")
|
r.SetType("TXT")
|
||||||
r.SetName(name)
|
r.SetName(name)
|
||||||
r.SetTTL(int64(ttl))
|
r.SetTTL(ttl)
|
||||||
r.SetResourceRecords(rrs)
|
r.SetResourceRecords(rrs)
|
||||||
c.SetAction(action)
|
c.SetAction(action)
|
||||||
c.SetResourceRecordSet(&r)
|
c.SetResourceRecordSet(&r)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue