mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
9587425f2d
Changelog-Changed: protocol: `fundchannel` now shuffles inputs and outputs, and no longer follows BIP69.
11 lines
308 B
C
11 lines
308 B
C
#ifndef LIGHTNING_PLUGINS_SPENDER_FUNDCHANNEL_H
|
|
#define LIGHTNING_PLUGINS_SPENDER_FUNDCHANNEL_H
|
|
#include "config.h"
|
|
|
|
#include <plugins/libplugin.h>
|
|
|
|
extern const struct plugin_command fundchannel_commands[];
|
|
extern const size_t num_fundchannel_commands;
|
|
|
|
#endif /* LIGHTNING_PLUGINS_SPENDER_FUNDCHANNEL_H */
|