mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
proto: Added handling for nested packets
This commit is contained in:
committed by
Rusty Russell
parent
1c4d4f8c91
commit
db481d881a
@@ -24,6 +24,7 @@ void queue_pkt_revocation(struct peer *peer,
|
||||
const struct sha256 *next_hash);
|
||||
void queue_pkt_close_shutdown(struct peer *peer);
|
||||
void queue_pkt_close_signature(struct peer *peer);
|
||||
void queue_pkt_nested(struct peer *peer, int type, const u8 *nested_pkt);
|
||||
|
||||
Pkt *pkt_err(struct peer *peer, const char *msg, ...);
|
||||
Pkt *pkt_init(struct peer *peer, u64 ack);
|
||||
|
||||
Reference in New Issue
Block a user