Skip to content

Commit

Permalink
add cofx
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Nov 28, 2019
1 parent 02a749e commit 8a14435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/wallet/choose_recipient/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@

(fx/defn resolve-ens-addresses
{:events [:wallet.send/resolve-ens-addresses :wallet.send/qr-code-request-scanned]}
[{{:networks/keys [current-network] :wallet/keys [all-tokens] :as db} :db}
[{{:networks/keys [current-network] :wallet/keys [all-tokens] :as db} :db :as cofx}
uri origin]
(if-let [message (eip681/parse-uri uri)]
;; first we get a vector of ens-names to resolve and a vector of paths of
Expand Down

0 comments on commit 8a14435

Please sign in to comment.