unbreak tests

This commit is contained in:
Josh Rickmar 2013-10-07 14:26:29 -04:00
parent ea9ce4e0b1
commit b137542c92

View file

@ -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