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:
lisa neigut
2019-07-23 18:54:21 -05:00
committed by Rusty Russell
parent 32eaae0cb9
commit 068496298c
9 changed files with 560 additions and 2099 deletions

View File

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

View File

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

View File

@@ -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}

View File

@@ -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}"