From 8103e48f8ce7c703bc4411fc58940f9bb8cfc5f2 Mon Sep 17 00:00:00 2001 From: trueptolemy Date: Tue, 24 Sep 2019 10:48:09 +0800 Subject: [PATCH] fix: remove extra semicolon in `json_prepare_tx` --- wallet/walletrpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/walletrpc.c b/wallet/walletrpc.c index ef51e50bb..ebd7b8885 100644 --- a/wallet/walletrpc.c +++ b/wallet/walletrpc.c @@ -249,7 +249,7 @@ static struct command_result *json_prepare_tx(struct command *cmd, if (t->type != JSMN_OBJECT) return command_fail(cmd, JSONRPC2_INVALID_PARAMS, "The output format must be " - "{destination: amount}");; + "{destination: amount}"); res = json_tok_address_scriptpubkey(cmd, get_chainparams(cmd->ld),