mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
bitcoin: add OP_CHECKLOCKTIMEVERIFY support (BIP65)
No need to use noops now that BIP65 is active. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
aeedafc20f
commit
ffe20fb2ae
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ PROTOCC:=protoc-c
|
||||
# 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
|
||||
# Bitcoin uses DER for signatures (Add BIP68 & HAS_CSV if it's supported)
|
||||
FEATURES := -DSCRIPTS_USE_DER=1 #-DHAS_CSV=1 -DHAS_BIP68=1
|
||||
FEATURES := -DSCRIPTS_USE_DER=1 -DHAS_CTLV=1 #-DHAS_CSV=1 -DHAS_BIP68=1
|
||||
|
||||
TEST_CLI_PROGRAMS := \
|
||||
test-cli/check-commit-sig \
|
||||
|
Loading…
Reference in New Issue
Block a user