We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d458b commit d68f155Copy full SHA for d68f155
1 file changed
lib/pages/send_view/send_view.dart
@@ -520,10 +520,6 @@ class _SendViewState extends ConsumerState<SendView> {
520
Map<Amount, String> cachedFiroPublicFees = {};
521
522
Future<String> calculateFees(Amount amount) async {
523
- if (amount <= Amount.zero) {
524
- return "0";
525
- }
526
-
527
if (isFiro) {
528
switch (ref.read(publicPrivateBalanceStateProvider.state).state) {
529
case BalanceType.public:
0 commit comments