Update wallet library binaries (#6108)

* Update wallet library binaries

* Update the links
This commit is contained in:
Nicolas Gotchac 2017-07-20 19:30:25 +02:00 committed by arkpar
parent f9153c536c
commit eca60cc5b8
2 changed files with 8 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -205,6 +205,8 @@ export default class CreateWalletStore {
return null; // exception when registry is not available
})
.then((address) => {
console.warn('WalletLibrary address in registry', address);
if (!address || /^(0x)?0*$/.test(address)) {
return null;
}