mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
tools: allow spelling of HtlcTlv
This commit is contained in:
parent
6db56180f9
commit
c98185d944
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue