Skip to content

Commit

Permalink
chore: update src/features/defi/providers/thorchain-savers/components…
Browse files Browse the repository at this point in the history
…/ThorchainSaversManager/Withdraw/components/Confirm.tsx
  • Loading branch information
gomesalexandre authored Sep 20, 2024
1 parent 8ca3c24 commit 5f4e80f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ export const Confirm: React.FC<ConfirmProps> = ({ accountId, onNext }) => {
setProtocolFeeCryptoBaseUnit(
toBaseUnit(fromThorBaseUnit(protocolFeeCryptoThorBaseUnit), asset.precision),
)

setDustAmountCryptoBaseUnit(
bnOrZero(toBaseUnit(fromThorBaseUnit(dust_amount), asset.precision)).toFixed(
asset.precision,
Expand Down

0 comments on commit 5f4e80f

Please sign in to comment.