Skip to content

Commit

Permalink
Lint fix & Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ulisesmac committed Apr 4, 2024
1 parent fb9a365 commit d3472e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions src/status_im/contexts/wallet/create_account/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
[status-im.common.floating-button-page.view :as floating-button-page]
[status-im.common.standard-authentication.core :as standard-auth]
[status-im.constants :as constants]
[status-im.contexts.wallet.events.accounts]
[status-im.contexts.wallet.create-account.style :as style]
[status-im.contexts.wallet.create-account.utils :as create-account.utils]
[status-im.contexts.wallet.events.accounts]
[status-im.contexts.wallet.sheets.account-origin.view :as account-origin]
[utils.i18n :as i18n]
[utils.re-frame :as rf]
Expand Down Expand Up @@ -169,10 +169,3 @@
:customization-color customization-color})}]]))))

(def view (quo.theme/with-theme view-internal))

;; fix:
(comment
(json-rpc/call {:method "accounts_resolveSuggestedPathForKeypair"
:params ["0xa2681e58c34e7fd3ae83b0654b7c4a37bcb7cbac2cf003a726800cc2d7912bd1"]
:on-success prn
:on-error prn}))
4 changes: 2 additions & 2 deletions src/status_im/contexts/wallet/events/accounts.cljs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns status-im.contexts.wallet.events.accounts
(:require [utils.re-frame :as rf]
[taoensso.timbre :as log]))
(:require [taoensso.timbre :as log]
[utils.re-frame :as rf]))

(rf/reg-event-fx
:wallet/new-derivation-path-for-selected-keypair
Expand Down

0 comments on commit d3472e1

Please sign in to comment.