mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 08:04:26 +01:00
Really enable checklocktimeverify support.
Next patch will make sure this never happens again. Fixes: #18 Reported-by: Fabrice Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
2
Makefile
2
Makefile
@@ -10,7 +10,7 @@ CCANDIR := ccan
|
|||||||
# Alpha has checksequenceverify, segregated witness+input-amount-in-sig+confidentual-transactions, schnorr, checklocktimeverify
|
# Alpha has checksequenceverify, segregated witness+input-amount-in-sig+confidentual-transactions, schnorr, checklocktimeverify
|
||||||
#FEATURES := -DHAS_CSV=1 -DALPHA_TXSTYLE=1 -DUSE_SCHNORR=1 -DHAS_CLTV=1
|
#FEATURES := -DHAS_CSV=1 -DALPHA_TXSTYLE=1 -DUSE_SCHNORR=1 -DHAS_CLTV=1
|
||||||
# Bitcoin uses DER for signatures (Add BIP68 & HAS_CSV if it's supported)
|
# Bitcoin uses DER for signatures (Add BIP68 & HAS_CSV if it's supported)
|
||||||
FEATURES := -DSCRIPTS_USE_DER=1 -DHAS_CTLV=1 #-DHAS_CSV=1 -DHAS_BIP68=1
|
FEATURES := -DSCRIPTS_USE_DER=1 -DHAS_CLTV=1 #-DHAS_CSV=1 -DHAS_BIP68=1
|
||||||
|
|
||||||
TEST_CLI_PROGRAMS := \
|
TEST_CLI_PROGRAMS := \
|
||||||
test-cli/check-commit-sig \
|
test-cli/check-commit-sig \
|
||||||
|
|||||||
Reference in New Issue
Block a user