fix tests
This commit is contained in:
parent
402764e132
commit
97a942e499
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ func TestFakeTxs(t *testing.T) {
|
|||
t.Errorf("Cannot decode address: %s", err)
|
||||
return
|
||||
}
|
||||
copy(utxo.Addr[:], addr160)
|
||||
copy(utxo.AddrHash[:], addr160)
|
||||
ophash := (btcwire.ShaHash)([...]byte{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,
|
||||
12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27,
|
||||
28, 29, 30, 31, 32})
|
||||
|
|
Loading…
Add table
Reference in a new issue