mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-25 13:12:11 +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
|
// TestDecodeUnknownAddressType shows that an unknown address type is correctly
|
||||||
// incorrectly dealt with.
|
// decoded and encoded.
|
||||||
func TestDecodeUnknownAddressType(t *testing.T) {
|
func TestDecodeUnknownAddressType(t *testing.T) {
|
||||||
// Add a normal, clearnet address.
|
// Add a normal, clearnet address.
|
||||||
tcpAddr := &net.TCPAddr{
|
tcpAddr := &net.TCPAddr{
|
||||||
|
Reference in New Issue
Block a user