This commit is contained in:
lucretius
2024-01-24 07:05:55 +01:00
parent 4a954645f1
commit 1137ccd9a3

View File

@@ -554,7 +554,7 @@ impl Command for SendCommand {
// If they can have different fees, you need to modify this logic. // If they can have different fees, you need to modify this logic.
let default_fee: u64 = DEFAULT_FEE.try_into().unwrap(); 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() { for (_, _, _, fee) in send_args.iter() {
if *fee != default_fee{ if *fee != default_fee{