From 71e181084a5a4537e019ab8b92df2833b6a3b907 Mon Sep 17 00:00:00 2001 From: Brian Sztamfater Date: Wed, 3 Apr 2024 01:34:05 -0300 Subject: [PATCH] remove unnecessary comment --- src/status_im/contexts/wallet/send/utils.cljs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/status_im/contexts/wallet/send/utils.cljs b/src/status_im/contexts/wallet/send/utils.cljs index c54900b342f5..0b49832b94f2 100644 --- a/src/status_im/contexts/wallet/send/utils.cljs +++ b/src/status_im/contexts/wallet/send/utils.cljs @@ -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)