fix typo
This commit is contained in:
@@ -558,7 +558,7 @@ impl Command for SendCommand {
|
|||||||
|
|
||||||
for (_, _, _, fee) in send_args.iter() {
|
for (_, _, _, fee) in send_args.iter() {
|
||||||
if *fee != default_fee{
|
if *fee != default_fee{
|
||||||
selected_fee, = *fee;
|
selected_fee = *fee;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user