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 addr1 = "0x0cc37d28ff272d0f92a402d29af4efc334bf3c7*"; return WalletUtils.isValidAddress(addr1);
这里返回的是true,因为代码里只做了长度检查
建议:首先检查是否为Hex字符串 WeID里面使用的正则表达式:0x[a-fA-f0-9]{40}
The text was updated successfully, but these errors were encountered:
morebtcg
ywy2090
fqliao
No branches or pull requests
String addr1 = "0x0cc37d28ff272d0f92a402d29af4efc334bf3c7*";
return WalletUtils.isValidAddress(addr1);
这里返回的是true,因为代码里只做了长度检查
建议:首先检查是否为Hex字符串
WeID里面使用的正则表达式:0x[a-fA-f0-9]{40}
The text was updated successfully, but these errors were encountered: