[fix] remove duplicates of :hardwallet/verify-pin event
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
c08e370aa3
commit
291c413848
|
@ -1391,11 +1391,6 @@
|
|||
(fn [cofx _]
|
||||
(hardwallet/import-account cofx)))
|
||||
|
||||
(handlers/register-handler-fx
|
||||
:hardwallet/verify-pin
|
||||
(fn [cofx _]
|
||||
(hardwallet/verify-pin cofx)))
|
||||
|
||||
(handlers/register-handler-fx
|
||||
:hardwallet/generate-mnemonic
|
||||
(fn [cofx _]
|
||||
|
@ -1443,11 +1438,6 @@
|
|||
(fn [cofx _]
|
||||
(hardwallet/unpair cofx)))
|
||||
|
||||
(handlers/register-handler-fx
|
||||
:hardwallet/verify-pin
|
||||
(fn [cofx _]
|
||||
(hardwallet/verify-pin cofx)))
|
||||
|
||||
(handlers/register-handler-fx
|
||||
:keycard-settings.ui/reset-card-pressed
|
||||
(fn [cofx _]
|
||||
|
|
Loading…
Reference in New Issue