Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Fix fees estimation for ethereum and erc20 tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
matsakiv committed Feb 4, 2021
1 parent c12ad4a commit 252b488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Atomex.Client.Wpf/ViewModels/ConversionViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ protected async Task UpdateRedeemAndRewardFeesAsync()
.GetRedeemAddressAsync(ToCurrency.Name);

_estimatedRedeemFee = await ToCurrency
.GetRedeemFeeAsync(walletAddress);
.GetEstimatedRedeemFeeAsync(walletAddress, withRewardForRedeem: false);

_rewardForRedeem = await RewardForRedeemHelper
.EstimateAsync(
Expand Down

0 comments on commit 252b488

Please sign in to comment.