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 Gav Wood
parent e7f82cf62e
commit 96ff69e7ef
2 changed files with 9 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -191,6 +191,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;
}