From 67f10ccb76bb907df58e7b29dca84cae2e396098 Mon Sep 17 00:00:00 2001 From: Alessandro Rezzi Date: Thu, 5 Oct 2023 20:44:53 +0200 Subject: [PATCH] temporary fix wallet not loaded until unlocked --- scripts/wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wallet.js b/scripts/wallet.js index f41fe75ef..e55c44bbf 100644 --- a/scripts/wallet.js +++ b/scripts/wallet.js @@ -695,9 +695,9 @@ export async function importWallet({ } // Fetch state from explorer, if this import was post-startup + if (getNetwork.enable) getNetwork().walletFullSync(); if (getNetwork().enabled && !fStartup) { refreshChainData(); - getNetwork().walletFullSync(); } // Hide all wallet starter options