Fix typo in the error message.

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
Vincenzo Palazzo
2021-10-27 08:24:51 +02:00
committed by Christian Decker
parent b031f07b8c
commit e0745358d1

View File

@@ -132,7 +132,7 @@ fundchannel_get_result(struct command *cmd,
if (!ok)
plugin_err(cmd->plugin,
"Unexpected result from nultifundchannel: %.*s",
"Unexpected result from multifundchannel: %.*s",
json_tok_full_len(result),
json_tok_full(buf, result));