From 1137ccd9a34ada41d4eb9b802cc4dc2e471b50ae Mon Sep 17 00:00:00 2001 From: lucretius Date: Wed, 24 Jan 2024 07:05:55 +0100 Subject: [PATCH] fix typo --- lib/src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/commands.rs b/lib/src/commands.rs index a8ae487..5127803 100644 --- a/lib/src/commands.rs +++ b/lib/src/commands.rs @@ -554,7 +554,7 @@ impl Command for SendCommand { // If they can have different fees, you need to modify this logic. let default_fee: u64 = DEFAULT_FEE.try_into().unwrap(); - let mut selected_fee, = default_fee; + let mut selected_fee = default_fee; for (_, _, _, fee) in send_args.iter() { if *fee != default_fee{