Skip to content

Commit

Permalink
WIP - trying to make testnet integration tests work
Browse files Browse the repository at this point in the history
  • Loading branch information
grdddj committed Oct 29, 2024
1 parent 1297f09 commit 9437d78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/coins/bitcoin_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"protect_memory": true,
"mainnet": false,
"server_config_file": "bitcoin.conf",
"client_config_file": "bitcoin_client.conf",
"client_config_file": "bitcoin_testnet_client.conf",
"additional_params": {
"deprecatedrpc": "estimatefee"
},
Expand Down
2 changes: 1 addition & 1 deletion configs/coins/bitcoin_testnet4.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"protect_memory": true,
"mainnet": false,
"server_config_file": "bitcoin_testnet4.conf",
"client_config_file": "bitcoin_client.conf",
"client_config_file": "bitcoin_testnet4_client.conf",
"additional_params": {
"deprecatedrpc": "estimatefee"
},
Expand Down

0 comments on commit 9437d78

Please sign in to comment.