mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-11 01:29:19 +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
|
||||
}
|
||||
|
||||
addrBytesRead += 1
|
||||
addrBytesRead++
|
||||
|
||||
address := &net.TCPAddr{}
|
||||
aType := addressType(descriptor[0])
|
||||
|
|
Loading…
Add table
Reference in a new issue