Update wallet library binaries (#6108)
* Update wallet library binaries * Update the links
This commit is contained in:
parent
e7f82cf62e
commit
96ff69e7ef
File diff suppressed because one or more lines are too long
@ -191,6 +191,8 @@ export default class CreateWalletStore {
|
|||||||
return null; // exception when registry is not available
|
return null; // exception when registry is not available
|
||||||
})
|
})
|
||||||
.then((address) => {
|
.then((address) => {
|
||||||
|
console.warn('WalletLibrary address in registry', address);
|
||||||
|
|
||||||
if (!address || /^(0x)?0*$/.test(address)) {
|
if (!address || /^(0x)?0*$/.test(address)) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user