Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
briansztamfater committed Apr 3, 2024
1 parent 06b2edf commit 71e1810
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/status_im/contexts/wallet/send/utils.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
(let [amount-hex (if to? (:amount-in path) (:amount-out path))
amount-units (native-module/hex-to-number
(utils.hex/normalize-hex amount-hex))
;; 2000000000000000000
; 2000000000000
amount (money/with-precision
(if native-token?
(money/wei->ether amount-units)
Expand Down

0 comments on commit 71e1810

Please sign in to comment.