mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
Makefile: use generic rules to make spec-derived sources.
Now we use the same Makefile rules for all CSV->C generation. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
neil saitug
parent
a00179d557
commit
8150d28575
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <common/bolt11.h>
|
||||
#include <plugins/libplugin.h>
|
||||
#include <wire/gen_onion_wire.h>
|
||||
#include <wire/onion_wiregen.h>
|
||||
|
||||
struct legacy_payload {
|
||||
struct short_channel_id scid;
|
||||
@@ -46,7 +46,7 @@ struct payment_result {
|
||||
struct preimage *payment_preimage;
|
||||
u32 code;
|
||||
const char* failcodename;
|
||||
enum onion_type failcode;
|
||||
enum onion_wire failcode;
|
||||
const u8 *raw_message;
|
||||
const char *message;
|
||||
u32 *erring_index;
|
||||
|
||||
Reference in New Issue
Block a user