mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
Update import.js
This commit is contained in:
parent
7237fcf238
commit
4399f82a9b
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ const WalletsImport = () => {
|
|||
};
|
||||
|
||||
const importScan = async () => {
|
||||
const data = await scanQrHelper(route.name, true);
|
||||
const data = await scanQrHelper(navigation, onBarScanned, loc.send.scan_address);
|
||||
onBarScanned(data);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue