Skip to content

Commit

Permalink
Update max fee
Browse files Browse the repository at this point in the history
  • Loading branch information
neikop committed Dec 11, 2023
1 parent 92ac767 commit 5d3701b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FeeControlGroup/CustomFeeInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const CustomFeeInput = ({ fee, onFeeChange }: Props) => {
return
}

const maxCustomFee = 2000
const maxCustomFee = 9999
if (parsedValue > maxCustomFee) {
const format = formatSlippage(maxCustomFee)
setTooltip(t`Max is ${format}`)
Expand Down

0 comments on commit 5d3701b

Please sign in to comment.