Update xpub.js

This commit is contained in:
Marcos Rodriguez Vélez 2021-09-27 12:59:39 -04:00 committed by Overtorment
parent 56cffe5b2b
commit 02d6502ebc

View File

@ -45,7 +45,7 @@ const WalletXpub = () => {
return goBack();
}
}
setParams({ xPub: wallet.getXpub() });
setParams({ xpub: wallet.getXpub() });
setXPubText(wallet.getXpub());
setIsLoading(false);
} else if (xpub) {