Skip to content

Commit 55cd231

Browse files
committed
Update README.md to suggest v25.0
1 parent 7586354 commit 55cd231

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
Utility to run a regtest bitcoind process, useful in integration testing environment.
88

9-
When the auto-download feature is selected by activating one of the version feature, such as `23_1`
10-
for bitcoin core 23.1, starting a regtest node is as simple as that:
9+
When the auto-download feature is selected by activating one of the version feature, such as `25_0`
10+
for bitcoin core 25.0, starting a regtest node is as simple as that:
1111

1212
```rust
13-
// the download feature is enabled whenever a specific version is enabled, for example `23_1` or `22_1`
13+
// the download feature is enabled whenever a specific version is enabled, for example `25_0` or `24_0_1`
1414
#[cfg(feature = "download")]
1515
{
1616
use bitcoincore_rpc::RpcApi;
@@ -19,7 +19,7 @@ for bitcoin core 23.1, starting a regtest node is as simple as that:
1919
}
2020
```
2121

22-
The build script will automatically download the bitcoin core version 23.1 from [bitcoin core](https://bitcoincore.org),
22+
The build script will automatically download the bitcoin core version 25.0 from [bitcoin core](https://bitcoincore.org),
2323
verify the hashes and place it in the build directory for this crate. If you wish to download from an
2424
alternate location, for example locally for CI, use the `BITCOIND_DOWNLOAD_ENDPOINT` env var.
2525

0 commit comments

Comments
 (0)