mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-27 10:54:55 +01:00
Fix typo in the error message.
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
committed by
Christian Decker
parent
b031f07b8c
commit
e0745358d1
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user