Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
ulisesmac committed May 17, 2024
1 parent e8faea0 commit 1d5c0ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@

(status-im.common.json-rpc.events/call
{:method "accounts_importMnemonic"
:params [(native-module.core/sha3 "Hola1234.,")
(:mnemonic --account)]
:params [(:mnemonic --account)
(native-module.core/sha3 "Hola1234.,")]
:on-success (fn [x] (js/alert "success!" (prn-str x)))
:on-error #(js/alert (str "ERROR\nFailed to import Mnemonic\n\n" (prn-str %)))})

Expand Down

0 comments on commit 1d5c0ee

Please sign in to comment.