mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 23:54:22 +01:00
tests: remove obsolete BIP68 detection test.
We've assumed this for ages anyway. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user