Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
notsayyu opened this issue Jun 30, 2020 · 1 comment
Open

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

notsayyu opened this issue Jun 30, 2020 · 1 comment

Comments

@notsayyu
Copy link

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

@taoyq1988
Copy link
Collaborator

Thanks for your feedback! @notsayyu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants