From 35b2ee9c428d90d6ca3f598941d079f0cee25f01 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 8 Nov 2016 21:49:55 +1030 Subject: [PATCH] tests: remove obsolete BIP68 detection test. We've assumed this for ages anyway. Signed-off-by: Rusty Russell --- daemon/test/scripts/vars.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/daemon/test/scripts/vars.sh b/daemon/test/scripts/vars.sh index e8c8a04b3..f19237e18 100644 --- a/daemon/test/scripts/vars.sh +++ b/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() {