Skip to content

Account.HasContractAccount()没有合约用户却返回true #52

@zhangjxun

Description

@zhangjxun

Account.HasContractAccount()没有合约用户却返回true,估计是如下判断造成的
public boolean HasContractAccount() {
return this.contractAccount != "";
}
没有判断null的情况,建议修改

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions