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; } }