mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 14:04:06 +01:00
lnwire: Fix incorrect variable name in comment
This commit is contained in:
parent
61414df669
commit
966d25849a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ const (
|
|||
// tcp4Addr denotes an IPv4 TCP address.
|
||||
tcp4Addr addressType = 1
|
||||
|
||||
// tcp4Addr denotes an IPv6 TCP address.
|
||||
// tcp6Addr denotes an IPv6 TCP address.
|
||||
tcp6Addr addressType = 2
|
||||
|
||||
// v2OnionAddr denotes a version 2 Tor onion service address.
|
||||
|
|
Loading…
Add table
Reference in a new issue