mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
fix: remove extra semicolon in json_prepare_tx
This commit is contained in:
parent
14b55d03d5
commit
8103e48f8c
@ -249,7 +249,7 @@ static struct command_result *json_prepare_tx(struct command *cmd,
|
|||||||
if (t->type != JSMN_OBJECT)
|
if (t->type != JSMN_OBJECT)
|
||||||
return command_fail(cmd, JSONRPC2_INVALID_PARAMS,
|
return command_fail(cmd, JSONRPC2_INVALID_PARAMS,
|
||||||
"The output format must be "
|
"The output format must be "
|
||||||
"{destination: amount}");;
|
"{destination: amount}");
|
||||||
|
|
||||||
res = json_tok_address_scriptpubkey(cmd,
|
res = json_tok_address_scriptpubkey(cmd,
|
||||||
get_chainparams(cmd->ld),
|
get_chainparams(cmd->ld),
|
||||||
|
Loading…
Reference in New Issue
Block a user