提交 fd656235 编写于 作者: B Brian Johnson

Fixed missed change from #4721. GH #5156

上级 e58b62c4
......@@ -138,8 +138,8 @@ try:
trans=nodes[0].delegatebw(contractAccount, 1000000.0000, 88000000.0000, exitOnError=True)
contractDir="contracts/integration_test"
wastFile="contracts/integration_test/integration_test.wast"
abiFile="contracts/integration_test/integration_test.abi"
wastFile="integration_test.wast"
abiFile="integration_test.abi"
Print("Publish contract")
trans=nodes[0].publishContract(contractAccount.name, contractDir, wastFile, abiFile, waitForTransBlock=True)
if trans is None:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册