X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=wallet%2Futxo_test.go;fp=wallet%2Futxo_test.go;h=c5aad3556d051a75b05b7c2241eabced0bb80fa3;hb=5daf9f0c3aa5740e9282404f79f5bd22558e0162;hp=e5fb1b88d908c1394a93c4753649960f7485e135;hpb=7b3ea85fe33bb69e747eebade63d3b4ccf539d1a;p=bytom%2Fvapor.git diff --git a/wallet/utxo_test.go b/wallet/utxo_test.go index e5fb1b88..c5aad355 100644 --- a/wallet/utxo_test.go +++ b/wallet/utxo_test.go @@ -197,7 +197,7 @@ func TestGetAccountUtxos(t *testing.T) { w.AccountMgr = account.NewManager(testDB, nil) w.AccountMgr.AddUnconfirmedUtxo(c.unconfirmedUtxos) - gotUtxos := w.GetAccountUtxos("", c.id, c.unconfirmed, c.isSmartContract) + gotUtxos := w.GetAccountUtxos("", c.id, c.unconfirmed, c.isSmartContract, false) if !testutil.DeepEqual(gotUtxos, c.wantUtxos) { t.Errorf("case %d: got %v want %v", i, gotUtxos, c.wantUtxos) }