We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a612a3 commit 39ea685Copy full SHA for 39ea685
src/status_im/wallet/choose_recipient/core.cljs
@@ -96,7 +96,7 @@
96
{:events [:wallet.send/set-recipient ::recipient-address-resolved]}
97
[{:keys [db]} raw-recipient]
98
(let [chain (ethereum/chain-keyword db)
99
- recipient (string/trim raw-recipient)]
+ recipient (when raw-recipient (string/trim raw-recipient))]
100
(cond
101
(ethereum/address? recipient)
102
(let [checksum (eip55/address->checksum recipient)]
0 commit comments