mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
multi: Fix two minor typos
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
3e702f09ec
commit
61414df669
@@ -31,7 +31,7 @@ type addressType uint8
|
||||
|
||||
const (
|
||||
// noAddr denotes a blank address. An address of this type indicates
|
||||
// that a node doesn't have any advertise d addresses.
|
||||
// that a node doesn't have any advertised addresses.
|
||||
noAddr addressType = 0
|
||||
|
||||
// tcp4Addr denotes an IPv4 TCP address.
|
||||
|
Reference in New Issue
Block a user