mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
dual-fund: accepter side implementation on lightningd
wherein we add the dual_open_control functions
This commit is contained in:
11
lightningd/dual_open_control.h
Normal file
11
lightningd/dual_open_control.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef LIGHTNING_LIGHTNINGD_DUAL_OPEN_CONTROL_H
|
||||
#define LIGHTNING_LIGHTNINGD_DUAL_OPEN_CONTROL_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
struct per_peer_state;
|
||||
|
||||
void peer_start_dualopend(struct peer *peer,
|
||||
struct per_peer_state *pps,
|
||||
const u8 *send_msg);
|
||||
#endif /* LIGHTNING_LIGHTNINGD_DUAL_OPEN_CONTROL_H */
|
||||
Reference in New Issue
Block a user