diff --git a/src/status_im/hardwallet/real_keycard.cljs b/src/status_im/hardwallet/real_keycard.cljs index 1f44cd2ac6..b4d221dc3b 100644 --- a/src/status_im/hardwallet/real_keycard.cljs +++ b/src/status_im/hardwallet/real_keycard.cljs @@ -274,4 +274,6 @@ (keycard/save-multiaccount-and-login [this args] (save-multiaccount-and-login args)) (keycard/login [this args] - (login args))) + (login args)) + (keycard/send-transaction-with-signature [this args] + (send-transaction-with-signature args)))