Skip to content

Commit

Permalink
remove unused codes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilad75 committed Apr 25, 2024
1 parent 9169df5 commit 690b050
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/status_im/contexts/wallet/common/utils.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,6 @@
:token %}))
(reduce money/add)))

(defn calculate-balance-from-accounts
[accounts balances]
(reduce (fn [acc item]
(money/add acc (get balances (:address item))))
(money/bignumber 0)
accounts))

(defn- add-balances-per-chain
[b1 b2]
{:raw-balance (money/add (:raw-balance b1) (:raw-balance b2))
Expand Down

0 comments on commit 690b050

Please sign in to comment.