minor fix for address test
This commit is contained in:
parent
4bb90dcb6e
commit
8bb5411542
1 changed files with 3 additions and 1 deletions
|
@ -8,5 +8,7 @@ func TestDecodeAddress(t *testing.T) {
|
|||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
println(btcAddr.EncodeAddress())
|
||||
if btcAddr.EncodeAddress() != addr {
|
||||
t.Errorf("expected: %s, actual: %s", addr, btcAddr.EncodeAddress())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue