mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
Update details.js
This commit is contained in:
parent
488889c027
commit
440c8000b9
1 changed files with 2 additions and 0 deletions
|
@ -287,6 +287,8 @@ const ReceiveDetails = () => {
|
|||
|
||||
const obtainWalletAddress = useCallback(async () => {
|
||||
console.log('receive/details - componentDidMount');
|
||||
wallet.setUserHasSavedExport(true);
|
||||
await saveToDisk();
|
||||
let newAddress;
|
||||
if (address) {
|
||||
setAddressBIP21Encoded(address);
|
||||
|
|
Loading…
Add table
Reference in a new issue