Skip to content

Commit 6bd8472

Browse files
author
Gabriel Comte
committed
Fix int tests for getblockstats call
1 parent bf8482d commit 6bd8472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ mkdir -p ${TESTDIR}/1 ${TESTDIR}/2
99
killall -9 bitcoind
1010

1111
bitcoind -regtest \
12-
-txindex=1 \
1312
-datadir=${TESTDIR}/1 \
1413
-port=12348 \
1514
-server=0 \
@@ -34,6 +33,7 @@ bitcoind -regtest $BLOCKFILTERARG $FALLBACKFEEARG \
3433
-connect=127.0.0.1:12348 \
3534
-rpcport=12349 \
3635
-server=1 \
36+
-txindex=1 \
3737
-printtoconsole=0 &
3838
PID2=$!
3939

0 commit comments

Comments
 (0)