Commit 0dfaf0ea authored by mdj33's avatar mdj33 Committed by vipwzw

modify ut

parent d38a9e53
...@@ -588,7 +588,7 @@ func (s *VoteTestSuite) TestVoteTxFork() { ...@@ -588,7 +588,7 @@ func (s *VoteTestSuite) TestVoteTxFork() {
// s.T().Log("tx exec name","i",i,"name",string(tx.Execer)) // s.T().Log("tx exec name","i",i,"name",string(tx.Execer))
//} //}
types.Conf("config.consensus.sub.para").S("MainForkParacrossCommitTx", int64(1)) types.S("config.consensus.sub.para.MainForkParacrossCommitTx", int64(1))
errlog := &types.ReceiptLog{Ty: types.TyLogErr, Log: []byte("")} errlog := &types.ReceiptLog{Ty: types.TyLogErr, Log: []byte("")}
feelog := &types.Receipt{} feelog := &types.Receipt{}
......
...@@ -56,7 +56,7 @@ func (suite *NodeManageTestSuite) SetupSuite() { ...@@ -56,7 +56,7 @@ func (suite *NodeManageTestSuite) SetupSuite() {
// //
//} //}
types.Conf("config.consensus.sub.para").S("MainForkParacrossCommitTx", int64(1)) types.S("config.consensus.sub.para.MainForkParacrossCommitTx", int64(1))
// TODO, more fields // TODO, more fields
// setup block // setup block
......
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