mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 14:54:26 +01:00
channel: Allow channel lookup by database id
Since we reference the channel ID to allow cascades in the database we also need the ability to look up a channel by its database ID. Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
@@ -165,6 +165,8 @@ struct channel *active_channel_by_id(struct lightningd *ld,
|
||||
const struct pubkey *id,
|
||||
struct uncommitted_channel **uc);
|
||||
|
||||
struct channel *channel_by_dbid(struct lightningd *ld, const u64 dbid);
|
||||
|
||||
void channel_set_last_tx(struct channel *channel,
|
||||
struct bitcoin_tx *tx,
|
||||
const secp256k1_ecdsa_signature *sig);
|
||||
|
||||
Reference in New Issue
Block a user