Skip to content

Commit d68f155

Browse files
committed
fix: average 0 fee oddity
1 parent a1d458b commit d68f155

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/pages/send_view/send_view.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -520,10 +520,6 @@ class _SendViewState extends ConsumerState<SendView> {
520520
Map<Amount, String> cachedFiroPublicFees = {};
521521

522522
Future<String> calculateFees(Amount amount) async {
523-
if (amount <= Amount.zero) {
524-
return "0";
525-
}
526-
527523
if (isFiro) {
528524
switch (ref.read(publicPrivateBalanceStateProvider.state).state) {
529525
case BalanceType.public:

0 commit comments

Comments
 (0)