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.
 
 
 
 
 
 

8.8 KiB

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