Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,8 @@ update-doc-examples-newchain:
check-doc-examples: update-doc-examples
git diff --exit-code HEAD -- doc

check-wire-format: extract-bolt-csv
check-wire-format: bolt-precheck
@if [ -d .tmp.lightningrfc ]; then $(MAKE) extract-bolt-csv; else echo "Not checking BOLTs: BOLTDIR $(BOLTDIR) does not exist" >&2; fi
git diff --exit-code HEAD -- wire

# SECURITY.md and doc/contribute-to-core-lightning/security-policy.md must be
Expand Down
Loading