From 26aafe32a18dc415e75296e36b09522e6102302a Mon Sep 17 00:00:00 2001 From: Alessandro Rezzi Date: Thu, 5 Oct 2023 20:51:25 +0200 Subject: [PATCH] fix --- scripts/wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wallet.js b/scripts/wallet.js index e55c44bbf..5367c9687 100644 --- a/scripts/wallet.js +++ b/scripts/wallet.js @@ -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(); }