mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-11-24 06:25:55 +00:00
Removed duplicated decoded address check in 'TestAddresses'
This commit is contained in:
parent
5a3b8a0066
commit
cbfb31f033
@ -361,12 +361,6 @@ func TestAddresses(t *testing.T) {
|
|||||||
test.name)
|
test.name)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if !reflect.DeepEqual(addr, decoded) {
|
|
||||||
t.Errorf("%v: created address does not match the decoded address",
|
|
||||||
test.name)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user