mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-24 20:53:07 +02:00
lnwire_test: fix test doc string
This test started out demonstrating a bug. But that bug has since been fixed. Fix the comment to reflect.
This commit is contained in:
@@ -356,8 +356,8 @@ func TestChanUpdateChanFlags(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// TestDecodeUnknownAddressType shows that an unknown address type is currently
|
||||
// incorrectly dealt with.
|
||||
// TestDecodeUnknownAddressType shows that an unknown address type is correctly
|
||||
// decoded and encoded.
|
||||
func TestDecodeUnknownAddressType(t *testing.T) {
|
||||
// Add a normal, clearnet address.
|
||||
tcpAddr := &net.TCPAddr{
|
||||
|
Reference in New Issue
Block a user