Browse Source

tests: remove obsolete BIP68 detection test.

We've assumed this for ages anyway.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 9 years ago
parent
commit
35b2ee9c42
  1. 5
      daemon/test/scripts/vars.sh

5
daemon/test/scripts/vars.sh

@ -5,11 +5,6 @@ DATADIR=/tmp/bitcoin-lightning
CLI="bitcoin-cli -datadir=$DATADIR"
REGTESTDIR=regtest
DAEMON="bitcoind -datadir=$DATADIR"
if grep ^FEATURES ../Makefile | cut -d'#' -f1 | grep -q BIP68; then
SEQ_ENFORCEMENT=true
else
SEQ_ENFORCEMENT=false
fi
findport()
{

Loading…
Cancel
Save