Skip to content

Commit 1e93da5

Browse files
committed
Really enable checklocktimeverify support.
Next patch will make sure this never happens again. Fixes: ElementsProject#18 Reported-by: Fabrice Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent 329f4f7 commit 1e93da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CCANDIR := ccan
1010
# Alpha has checksequenceverify, segregated witness+input-amount-in-sig+confidentual-transactions, schnorr, checklocktimeverify
1111
#FEATURES := -DHAS_CSV=1 -DALPHA_TXSTYLE=1 -DUSE_SCHNORR=1 -DHAS_CLTV=1
1212
# Bitcoin uses DER for signatures (Add BIP68 & HAS_CSV if it's supported)
13-
FEATURES := -DSCRIPTS_USE_DER=1 -DHAS_CTLV=1 #-DHAS_CSV=1 -DHAS_BIP68=1
13+
FEATURES := -DSCRIPTS_USE_DER=1 -DHAS_CLTV=1 #-DHAS_CSV=1 -DHAS_BIP68=1
1414

1515
TEST_CLI_PROGRAMS := \
1616
test-cli/check-commit-sig \

0 commit comments

Comments
 (0)