Commit 8e1ed91a authored by vipwzw's avatar vipwzw Committed by 33cn

fix exec

parent 94074959
......@@ -104,7 +104,7 @@ func TestMultiSigAccCreate(t *testing.T) {
//accA.SaveExecAccount(address.ExecAddress("multisig"), &accountA)
driver := newMultiSig()
driver.SetEnv(env.blockHeight, env.blockTime, env.difficulty)
driver.SetEnv(env.blockHeight, env.blockTime, env.difficulty, nil, nil)
driver.SetStateDB(stateDB)
driver.SetLocalDB(localDB)
driver.SetAPI(api)
......
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