1
This commit is contained in:
parent
a162e579a4
commit
81afef4c07
@ -116,6 +116,9 @@ function isEmptyAddress(address) {
|
||||
}
|
||||
|
||||
function isValidAddress(address) {
|
||||
if (address == '0x0000000000000000000000000000000000000000') {
|
||||
return false;
|
||||
}
|
||||
return address.toString().length > 10;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user