Commit 55626181 authored by QM's avatar QM

updata

parent 776005a4
...@@ -74,6 +74,7 @@ func (suite *NodeManageTestSuite) testSupervisionNodeConfigApprove(addr, privKey ...@@ -74,6 +74,7 @@ func (suite *NodeManageTestSuite) testSupervisionNodeConfigApprove(addr, privKey
Id: getParaNodeIDSuffix(g.Current.Id), Id: getParaNodeIDSuffix(g.Current.Id),
Op: pt.ParacrossSupervisionNodeApprove, Op: pt.ParacrossSupervisionNodeApprove,
} }
tx = createRawSupervisionNodeConfigTx(config) tx = createRawSupervisionNodeConfigTx(config)
receipt = nodeCommit(suite, privKey, tx) receipt = nodeCommit(suite, privKey, tx)
assert.Equal(suite.T(), receipt.Ty, int32(types.ExecOk)) assert.Equal(suite.T(), receipt.Ty, int32(types.ExecOk))
......
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