mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 14:54:26 +01:00
channel: skip unsaved channels
Now that "peer->channels" contains `unsaved` channels, skip overthem where appropriate
This commit is contained in:
@@ -19,4 +19,6 @@ void dualopen_tell_depth(struct subd *dualopend,
|
||||
struct channel *channel,
|
||||
const struct bitcoin_txid *txid,
|
||||
u32 depth);
|
||||
void kill_unsaved_channel(struct channel *channel,
|
||||
const char *why);
|
||||
#endif /* LIGHTNING_LIGHTNINGD_DUAL_OPEN_CONTROL_H */
|
||||
|
||||
Reference in New Issue
Block a user