Skip to content

Commit

Permalink
wire: extract bolt12 by default, now it's merged.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Nov 29, 2024
1 parent 68119a2 commit de80893
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wire/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ BOLT12_PATCHES := $(sort $(wildcard wire/extracted_bolt12*.patch))
# Explicit command to re-extract CSV from BOLTs and patch.
# This is not a normal make depencency, since we don't want this
# called implicitly.
# Note: You will need to run extract-bolt12-csv manually!
extract-bolt-csv: extract-peer-csv extract-onion-csv
extract-bolt-csv: extract-peer-csv extract-onion-csv extract-bolt12-csv

extract-peer-csv: wire/peer_wire.csv.raw
@set -e; T=wire/peer_wire.csv; trap "rm -f $$T.$$$$" 0; cp $< $$T.$$$$; for p in $(PEER_PATCHES); do echo APPLY $$p; patch $$T.$$$$ $$p; done; mv $$T.$$$$ $$T
Expand Down

0 comments on commit de80893

Please sign in to comment.