copy pasta is bad, fixed superfluous ,

This commit is contained in:
lucretius
2024-01-24 07:07:39 +01:00
parent 1137ccd9a3
commit 81449bcfcd

View File

@@ -563,7 +563,7 @@ impl Command for SendCommand {
}
}
// Execute the transaction and handle the result.
match lightclient.do_send(tos, &selected_fee,) {
match lightclient.do_send(tos, &selected_fee) {
Ok(txid) => object!{ "txid" => txid }.pretty(2),
Err(e) => object!{ "error" => e }.pretty(2),
}