From c64acb2abf80177afb9fa39e8d9baf148826a291 Mon Sep 17 00:00:00 2001 From: Nur Fikri Date: Wed, 10 Jan 2024 14:33:45 +0700 Subject: [PATCH] fix: active wallet's offline signer not initialized --- src/components/TransactionDialog/TransactionDialogContent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/TransactionDialog/TransactionDialogContent.tsx b/src/components/TransactionDialog/TransactionDialogContent.tsx index f6645ad5..a48fca92 100644 --- a/src/components/TransactionDialog/TransactionDialogContent.tsx +++ b/src/components/TransactionDialog/TransactionDialogContent.tsx @@ -133,6 +133,7 @@ function TransactionDialogContent({ raise( `executeRoute error: cannot find active wallet for '${chain.chainName}'`, ); + await wallet.initOfflineSigner(); return ( wallet.offlineSigner ||