We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e1835a + cd4a541 commit db168b7Copy full SHA for db168b7
contrib/run-bitcoind.sh
@@ -186,7 +186,7 @@ run_bitcoind() {
186
echo "Starting bitcoind v${version_number} (alias: ${version})..."
187
"$bitcoind" -regtest $fallback_fee_arg $block_filter_arg \
188
-datadir="${test_dir}/1" \
189
- -port="${version_id}48" \
+ -bind="127.0.0.1:${version_id}48" \
190
-server=0 \
191
-printtoconsole=0 &
192
node/contrib/extra_tests.sh
@@ -32,7 +32,7 @@ main() {
32
33
# But only run tests for the latest version. This is ok because we are mainly checking
34
# MSRV and docs with this script. Integration test will check every Core version.
35
- $cargo test --features=download,28_0
+ $cargo test --features=download,29_0
36
}
37
38
#
0 commit comments