mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 22:31:48 +01:00
nit df: correct spelling mistake
This commit is contained in:
parent
8591f11188
commit
d1a59b6f0d
1 changed files with 1 additions and 1 deletions
|
@ -1591,7 +1591,7 @@ json_openchannel_signed(struct command *cmd,
|
|||
if (uc)
|
||||
return command_fail(cmd, LIGHTNINGD,
|
||||
"Commitments for this channel not "
|
||||
"yet secured, see `openchannl_update`");
|
||||
"yet secured, see `openchannel_update`");
|
||||
if (!channel)
|
||||
return command_fail(cmd, FUNDING_UNKNOWN_CHANNEL,
|
||||
"Unknown channel");
|
||||
|
|
Loading…
Add table
Reference in a new issue