mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
Changelog-Changed: protocol: `fundchannel` now shuffles inputs and outputs, and no longer follows BIP69.
10 lines
308 B
C
10 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 */
|