mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 15:44:21 +01:00
openchannel: add missing string args to format string
Oops
This commit is contained in:
@@ -543,7 +543,7 @@ static void json_peer_sigs(struct command *cmd,
|
||||
JSON_SCAN_TAL(cmd, json_to_psbt, &psbt));
|
||||
if (err)
|
||||
plugin_err(cmd->plugin,
|
||||
"`openchannel_peer_sigs` did not scan: %s",
|
||||
"`openchannel_peer_sigs` did not scan: %s. %*.s",
|
||||
err, json_tok_full_len(params),
|
||||
json_tok_full(buf, params));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user