Home
last modified time | relevance | path

Searched defs:commitnum (Results 1 – 5 of 5) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/tests/plugins/
H A Dwatchtower.py9 def on_commitment_revocation(commitment_txid, penalty_tx, channel_id, commitnum, plugin, **kwargs): argument
/dports/net-p2p/c-lightning/lightning-0.10.2/devtools/
H A Dmkcommit.c95 u64 commitnum) in print_basepoints()
249 u64 commitnum; in main() local
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dpeer_htlcs.c1702 static bool peer_save_commitsig_received(struct channel *channel, u64 commitnum, in peer_save_commitsig_received()
1726 static bool peer_save_commitsig_sent(struct channel *channel, u64 commitnum) in peer_save_commitsig_sent()
1755 u64 commitnum; in peer_sending_commitsig() local
1953 u64 commitnum; in peer_got_commitsig() local
2079 u64 commitnum; member
/dports/net-p2p/c-lightning/lightning-0.10.2/channeld/
H A Dchanneld.c1726 penalty_base_by_commitnum(const tal_t *ctx, struct peer *peer, u64 commitnum) in penalty_base_by_commitnum()
/dports/net-p2p/c-lightning/lightning-0.10.2/wallet/
H A Dwallet.c4631 void wallet_penalty_base_delete(struct wallet *w, u64 chan_id, u64 commitnum) in wallet_penalty_base_delete()