mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
lightningd/opening_control.c: fundchannel_cancel no longer requires a channel_id argument.
Fixes: #3785 Changelog-Changed: `fundchannel_cancel` no longer requires its undocumented `channel_id` argument after `fundchannel_complete`.
This commit is contained in:
committed by
ZmnSCPxj, ZmnSCPxj jxPCSmnZ
parent
2ab41af8e2
commit
deabab8934
@@ -49,6 +49,8 @@ static const errcode_t FUNDING_BROADCAST_FAIL = 303;
|
||||
static const errcode_t FUNDING_STILL_SYNCING_BITCOIN = 304;
|
||||
static const errcode_t FUNDING_PEER_NOT_CONNECTED = 305;
|
||||
static const errcode_t FUNDING_UNKNOWN_PEER = 306;
|
||||
static const errcode_t FUNDING_NOTHING_TO_CANCEL = 307;
|
||||
static const errcode_t FUNDING_CANCEL_NOT_SAFE = 308;
|
||||
|
||||
/* `connect` errors */
|
||||
static const errcode_t CONNECT_NO_KNOWN_ADDRESS = 400;
|
||||
|
||||
Reference in New Issue
Block a user