mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-23 15:09:24 +00:00
[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 _]
|
(fn [cofx _]
|
||||||
(hardwallet/import-account cofx)))
|
(hardwallet/import-account cofx)))
|
||||||
|
|
||||||
(handlers/register-handler-fx
|
|
||||||
:hardwallet/verify-pin
|
|
||||||
(fn [cofx _]
|
|
||||||
(hardwallet/verify-pin cofx)))
|
|
||||||
|
|
||||||
(handlers/register-handler-fx
|
(handlers/register-handler-fx
|
||||||
:hardwallet/generate-mnemonic
|
:hardwallet/generate-mnemonic
|
||||||
(fn [cofx _]
|
(fn [cofx _]
|
||||||
@ -1443,11 +1438,6 @@
|
|||||||
(fn [cofx _]
|
(fn [cofx _]
|
||||||
(hardwallet/unpair cofx)))
|
(hardwallet/unpair cofx)))
|
||||||
|
|
||||||
(handlers/register-handler-fx
|
|
||||||
:hardwallet/verify-pin
|
|
||||||
(fn [cofx _]
|
|
||||||
(hardwallet/verify-pin cofx)))
|
|
||||||
|
|
||||||
(handlers/register-handler-fx
|
(handlers/register-handler-fx
|
||||||
:keycard-settings.ui/reset-card-pressed
|
:keycard-settings.ui/reset-card-pressed
|
||||||
(fn [cofx _]
|
(fn [cofx _]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user