javasdk icon indicating copy to clipboard operation
javasdk copied to clipboard

文档EVM的部署部分代码 类名写错

Open notsayyu opened this issue 5 years ago • 1 comments

Transaction transaction = new Transaction.EVMBuilder(account.getAddress()).deploy(bin, abi, params).build(); // 如果要部署的合约无构造函数,则调用如下 // Transaction transaction = new Transaction.HVMBuilder(account.getAddress()).deploy(bin).build(); 应该是EVMBuilder

notsayyu avatar Jun 30 '20 06:06 notsayyu

Thanks for your feedback! @notsayyu

taoyq1988 avatar Jun 30 '20 06:06 taoyq1988