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
String hexAddress = AddressType.User.normalize(credentials.getAddress()); Address address = new Address(hexAddress, this.networkId); if (this.exists(address)) { return Optional.empty(); } this.createKeyFile(password, credentials.getEcKeyPair()); return Optional.of(address);
这个address解密之后有地址,你这个if (this.exists(address)) 判断有地址然后制空吗,这正确吗,不应该是if (!this.exists(address))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个address解密之后有地址,你这个if (this.exists(address)) 判断有地址然后制空吗,这正确吗,不应该是if (!this.exists(address))
The text was updated successfully, but these errors were encountered: