mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 12:18:10 +01:00
FIX: for slip39 wallets import bech32 even if no tx found
This commit is contained in:
parent
bac8a23d4f
commit
07c75c47b0
1 changed files with 1 additions and 3 deletions
|
@ -298,11 +298,9 @@ function WalletImport() {
|
|||
|
||||
const s3 = new SLIP39SegwitBech32Wallet();
|
||||
s3.setSecret(importText);
|
||||
if (await s3.wasEverUsed()) {
|
||||
return WalletImport._saveWallet(s3);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// nope?
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue