mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 22:11:41 +01: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:
parent
e40324358a
commit
c5cff4052b
1 changed files with 2 additions and 2 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Reference in a new issue