Browse Source

fix typo

pull/28/head
lucretius 4 months ago
parent
commit
1137ccd9a3
  1. 2
      lib/src/commands.rs

2
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{

Loading…
Cancel
Save