Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Aug 17, 2021
1 parent 34be14e commit a808bdc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/status_im/signing/gas.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@
(money/greater-than latest-base-fee
(:value-number maxFeePerGas))
{:label (i18n/label :t/below-base-fee)
:severity :error}

(money/greater-than (:value-number maxPriorityFeePerGas)
(money/sub (:value-number maxFeePerGas)
latest-base-fee))
{:label (i18n/label :t/reduced-tip)
:severity :error})]
(if fee-error
(assoc-in db [:signing/edit-fee :maxFeePerGas :fee-error] fee-error)
Expand Down

0 comments on commit a808bdc

Please sign in to comment.