mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 17:51:33 +02:00
lnwire: fix linter error
This commit is contained in:
@@ -607,7 +607,7 @@ func readElement(r io.Reader, element interface{}) error {
|
||||
return err
|
||||
}
|
||||
|
||||
addrBytesRead += 1
|
||||
addrBytesRead++
|
||||
|
||||
address := &net.TCPAddr{}
|
||||
aType := addressType(descriptor[0])
|
||||
|
Reference in New Issue
Block a user