mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Update xpub.js
This commit is contained in:
parent
56cffe5b2b
commit
02d6502ebc
@ -45,7 +45,7 @@ const WalletXpub = () => {
|
||||
return goBack();
|
||||
}
|
||||
}
|
||||
setParams({ xPub: wallet.getXpub() });
|
||||
setParams({ xpub: wallet.getXpub() });
|
||||
setXPubText(wallet.getXpub());
|
||||
setIsLoading(false);
|
||||
} else if (xpub) {
|
||||
|
Loading…
Reference in New Issue
Block a user