Commit 8ad855c5 authored by mdj33's avatar mdj33 Committed by vipwzw

fix ut

parent 3f1bad13
......@@ -27,7 +27,7 @@ func createStore(t *testing.T) *privacyStore {
util.ResetDatadir(mcfg, "$TEMP/")
cfgWallet := mcfg.Wallet
walletStoreDB := dbm.NewDB("wallet", cfgWallet.Driver, cfgWallet.DbPath, cfgWallet.DbCache)
store := newStore(walletStoreDB)
store := newStore(walletStoreDB, "coins")
assert.NotNil(t, store)
return store
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment