From 4a954645f1574e3cfa5a7ba87c69861178d7eada Mon Sep 17 00:00:00 2001 From: lucretius Date: Wed, 24 Jan 2024 07:05:09 +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 007f4bb..a8ae487 100644 --- a/lib/src/commands.rs +++ b/lib/src/commands.rs @@ -558,7 +558,7 @@ impl Command for SendCommand { for (_, _, _, fee) in send_args.iter() { if *fee != default_fee{ - selected_fee, = *fee; + selected_fee = *fee; break; } }