mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 18:57:06 +01:00
Make BIP68 and CSV support the default.
This has gone upstream into bitcoind, so enable it. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
40b14981fd
commit
f8796c261b
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -9,9 +9,9 @@ CCANDIR := ccan
|
||||||
|
|
||||||
# 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)
|
||||||
BITCOIN_FEATURES := \
|
BITCOIN_FEATURES := \
|
||||||
-DHAS_BIP68=0 \
|
-DHAS_BIP68=1 \
|
||||||
-DHAS_CLTV=1 \
|
-DHAS_CLTV=1 \
|
||||||
-DHAS_CSV=0 \
|
-DHAS_CSV=1 \
|
||||||
-DSCRIPTS_USE_DER=1
|
-DSCRIPTS_USE_DER=1
|
||||||
|
|
||||||
FEATURES := $(BITCOIN_FEATURES)
|
FEATURES := $(BITCOIN_FEATURES)
|
||||||
|
|
Loading…
Add table
Reference in a new issue