We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Account.HasContractAccount()没有合约用户却返回true,估计是如下判断造成的 public boolean HasContractAccount() { return this.contractAccount != ""; } 没有判断null的情况,建议修改
The text was updated successfully, but these errors were encountered:
好的
Sorry, something went wrong.
fix issues xuperchain#52
327151c
Successfully merging a pull request may close this issue.
Account.HasContractAccount()没有合约用户却返回true,估计是如下判断造成的
public boolean HasContractAccount() {
return this.contractAccount != "";
}
没有判断null的情况,建议修改
The text was updated successfully, but these errors were encountered: