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.
1 parent 3ac8ca5 commit a597015Copy full SHA for a597015
Readme.md
@@ -22,8 +22,8 @@ assert_eq!(0, bitcoind.client.get_blockchain_info().unwrap().blocks);
22
## Cargo features
23
24
When a feature like `0_21_1` is selected, the build script will automatically download the bitcoin core version 0.21.1
25
-verifying the hashes and placing it in `${CARGO_HOME}`.
26
-Use utility function `downloaded_exe_path()` to have the downloaded executable path.
+and verify the hashes and place it in the build directory for this crate.
+Use utility function `downloaded_exe_path()` to get the downloaded executable path.
27
28
### Example
29
0 commit comments