core-lightning/plugins/spender/fundchannel.h
ZmnSCPxj jxPCSnmZ 9587425f2d plugins/spender/fundchannel.c: Make fundchannel a thin layer around multifundchannel.
Changelog-Changed: protocol: `fundchannel` now shuffles inputs and outputs, and no longer follows BIP69.
2020-09-10 15:28:50 +09:30

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 */