Skip to content

Commit

Permalink
Update SendViewModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ichthus1604 committed Apr 20, 2024
1 parent 8a1e312 commit 0eda1c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ private async Task OnNextAsync()
Recipient = label,
PayJoinClient = GetPayjoinClient(PayJoinEndPoint),
IsFixedAmount = IsFixedAmount,
SubtractFee = amount == _wallet.Coins.TotalAmount() && !(IsFixedAmount || IsPayJoin)
SubtractFee = amount == _parameters.AvailableCoins.TotalAmount() && !(IsFixedAmount || IsPayJoin)
};

if (_coinJoinManager is { } coinJoinManager)
Expand Down

0 comments on commit 0eda1c6

Please sign in to comment.