[fix] remove duplicates of :hardwallet/verify-pin event

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
yenda 2019-05-23 12:30:46 +02:00
parent c08e370aa3
commit 291c413848
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 0 additions and 10 deletions

View File

@ -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 _]