unbreak tests
This commit is contained in:
parent
ea9ce4e0b1
commit
b137542c92
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import (
|
|||
|
||||
func TestFakeTxs(t *testing.T) {
|
||||
// First we need a wallet.
|
||||
w, err := wallet.NewWallet("banana wallet", "", []byte("banana"))
|
||||
w, err := wallet.NewWallet("banana wallet", "", []byte("banana"), btcwire.MainNet)
|
||||
if err != nil {
|
||||
t.Errorf("Can not create encrypted wallet: %s", err)
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue