You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9.9 KiB

1#include <common/cryptomsg.h>
2#include <common/channel_config.h>
3#include <common/channel_id.h>
4#include <common/derive_basepoints.h>
5#include <common/features.h>
6#include <common/fee_states.h>
7#include <common/per_peer_state.h>
8# Begin! (passes gossipd-client fd)
9# master->channeld funding hit new depth(funding locked if >= lock depth)
10# Tell channel to offer this htlc
11# Reply; synchronous since IDs have to increment.
12# Empty failure message means success.
13# Main daemon found out the preimage for an HTLC
14#include <bitcoin/preimage.h>
15# Main daemon says HTLC failed
16# When we receive funding_locked.
17#include <common/penalty_base.h>
18# RCVD_ADD_COMMIT: we're now committed to their new offered HTLCs.
19# RCVD_REMOVE_COMMIT: we're now no longer committed to these HTLCs.
20#include <common/htlc_wire.h>
21# Tell peer to shut down channel.
22# Peer told us that channel is shutting down
23# Re-enable commit timer.
24# master -> channeld: do you have a memleak?
25# Peer presented proof it was from the future.
26# This is NULL if option_static_remotekey.
27# Handle a channel specific feerate base ppm configuration
28# When we receive announcement_signatures for channel announce
29# Ask channeld to send a error message. Used in forgetting channel case.
30# Tell master channeld has sent the error message.
31# Lightningd tells us to send a onion message.