copy pasta is bad, fixed superfluous ,
This commit is contained in:
@@ -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),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user