From 966d25849a32fb4513858b7fe560abc30d70570e Mon Sep 17 00:00:00 2001 From: MeshCollider Date: Tue, 30 Jan 2018 14:31:48 +1300 Subject: [PATCH] lnwire: Fix incorrect variable name in comment --- lnwire/lnwire.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnwire/lnwire.go b/lnwire/lnwire.go index 1804ccaa..6fd28538 100644 --- a/lnwire/lnwire.go +++ b/lnwire/lnwire.go @@ -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.