Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
Browse files Browse the repository at this point in the history
panleone committed Oct 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 67f10cc commit 26aafe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/wallet.js
Original file line number Diff line number Diff line change
@@ -695,7 +695,7 @@ export async function importWallet({
}

// Fetch state from explorer, if this import was post-startup
if (getNetwork.enable) getNetwork().walletFullSync();
if (getNetwork().enabled) getNetwork().walletFullSync();
if (getNetwork().enabled && !fStartup) {
refreshChainData();
}

0 comments on commit 26aafe3

Please sign in to comment.