Browse Source

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>
ppa-0.6.1
Rusty Russell 9 years ago
parent
commit
f8796c261b
  1. 4
      Makefile

4
Makefile

@ -9,9 +9,9 @@ CCANDIR := ccan
# Bitcoin uses DER for signatures (Add BIP68 & HAS_CSV if it's supported)
BITCOIN_FEATURES := \
-DHAS_BIP68=0 \
-DHAS_BIP68=1 \
-DHAS_CLTV=1 \
-DHAS_CSV=0 \
-DHAS_CSV=1 \
-DSCRIPTS_USE_DER=1
FEATURES := $(BITCOIN_FEATURES)

Loading…
Cancel
Save