Skip to content

Commit

Permalink
tools: allow spelling of HtlcTlv
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 authored and cdecker committed May 16, 2024
1 parent 0bc4862 commit 2a63b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check-spelling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if git --no-pager grep -nHiE 'l[ightn]{6}g|l[ightn]{8}g|ilghtning|lgihtning|lihg
exit 1
fi

if git --no-pager grep -nHiEP '(?<!en)ctlv' -- . ':!tools/check-spelling.sh'; then
if git --no-pager grep -nHiEP '(?<!en|htl)ctlv' -- . ':!tools/check-spelling.sh'; then
echo "It's check lock time verify, not check time lock verify!" >&2
exit 1
fi

0 comments on commit 2a63b1a

Please sign in to comment.