From 9c15389195a920160d6835409a6c6b616773b312 Mon Sep 17 00:00:00 2001 From: "Charl (Nitride)" <77973576+CharlVS@users.noreply.github.com> Date: Fri, 4 Jul 2025 18:11:05 +0200 Subject: [PATCH] fix(local_auth): ensure kdf running before wallet deletion --- packages/komodo_defi_local_auth/lib/src/auth/auth_service.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/komodo_defi_local_auth/lib/src/auth/auth_service.dart b/packages/komodo_defi_local_auth/lib/src/auth/auth_service.dart index 0b2beebe..9043d086 100644 --- a/packages/komodo_defi_local_auth/lib/src/auth/auth_service.dart +++ b/packages/komodo_defi_local_auth/lib/src/auth/auth_service.dart @@ -333,6 +333,7 @@ class KdfAuthService implements IAuthService { required String walletName, required String password, }) async { + await _ensureKdfRunning(); return _runReadOperation(() async { try { await _client.rpc.wallet.deleteWallet(