mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-12 02:08:25 +01:00
lnwire: fix linter error
This commit is contained in:
parent
6e7fcac1f5
commit
f9ca4631ff
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ func readElement(r io.Reader, element interface{}) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
addrBytesRead += 1
|
addrBytesRead++
|
||||||
|
|
||||||
address := &net.TCPAddr{}
|
address := &net.TCPAddr{}
|
||||||
aType := addressType(descriptor[0])
|
aType := addressType(descriptor[0])
|
||||||
|
|
Loading…
Add table
Reference in a new issue