mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
bolt-gen: rm unused bolt-generator; rename new bolt generator
delete now unused wire-generator and replace it with the newer version.
This commit is contained in:
committed by
Rusty Russell
parent
32eaae0cb9
commit
068496298c
@@ -1,4 +1,4 @@
|
||||
/* This file was generated by generate-bolts.py */
|
||||
/* This file was generated by generate-wire.py */
|
||||
/* Do not modify this file! Modify the _csv file it was generated from. */
|
||||
/* Original template can be found at tools/gen/header_template */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* This file was generated by generate-bolts.py */
|
||||
/* This file was generated by generate-wire.py */
|
||||
/* Do not modify this file! Modify the _csv file it was generated from. */
|
||||
/* Original template can be found at tools/gen/impl_template */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* This file was generated by generate-bolts.py */
|
||||
/* This file was generated by generate-wire.py */
|
||||
/* Do not modify this file! Modify the _csv file it was generated from. */
|
||||
/* Template located at tools/gen/print_header_template */
|
||||
#ifndef LIGHTNING_${idem}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* This file was generated by generate-bolts.py */
|
||||
/* This file was generated by generate-wire.py */
|
||||
/* Do not modify this file! Modify the _csv file it was generated from. */
|
||||
|
||||
#include "${options.header_filename}"
|
||||
|
||||
Reference in New Issue
Block a user