mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
nit df: correct spelling mistake
This commit is contained in:
@@ -1591,7 +1591,7 @@ json_openchannel_signed(struct command *cmd,
|
|||||||
if (uc)
|
if (uc)
|
||||||
return command_fail(cmd, LIGHTNINGD,
|
return command_fail(cmd, LIGHTNINGD,
|
||||||
"Commitments for this channel not "
|
"Commitments for this channel not "
|
||||||
"yet secured, see `openchannl_update`");
|
"yet secured, see `openchannel_update`");
|
||||||
if (!channel)
|
if (!channel)
|
||||||
return command_fail(cmd, FUNDING_UNKNOWN_CHANNEL,
|
return command_fail(cmd, FUNDING_UNKNOWN_CHANNEL,
|
||||||
"Unknown channel");
|
"Unknown channel");
|
||||||
|
|||||||
Reference in New Issue
Block a user