More explanation of bolt csv regeneration

This commit is contained in:
Gregory Sanders 2022-04-20 17:15:28 -04:00 committed by Rusty Russell
parent c77eda6d64
commit 535fdc0690

View file

@ -314,10 +314,13 @@ Protocol Modifications
The source tree contains CSV files extracted from the v1.0 BOLT
specifications (wire/extracted_peer_wire_csv and
wire/extracted_onion_wire_csv). You can regenerate these by setting
`BOLTDIR` and `BOLTVERSION` appropriately, and running `make
extract-bolt-csv`.
wire/extracted_onion_wire_csv). You can regenerate these by
first deleting the local copy(if any) at directory .tmp.lightning-rfc,
setting `BOLTDIR` and `BOLTVERSION` appropriately, and finally running `make
extract-bolt-csv`. By default the bolts will be retrieved from the
directory `../lightning-rfc` and a recent git version.
e.g., `make extract-bolt-csv BOLTDIR=../bolts BOLTVERSION=ee76043271f79f45b3392e629fd35e47f1268dc8`
Further Information
-------------------