fix readme

This commit is contained in:
Riccardo Casatta 2021-06-29 11:30:45 +02:00
parent f52fda4b4b
commit 7109f7d9b4
No known key found for this signature in database
GPG Key ID: FD986A969E450397

View File

@ -168,7 +168,7 @@ cargo test --features test-electrum
```
The other options are `test-esplora` or `test-rpc`.
Note that `electrs` and `bitcoind` binaries are automatically downloaded (on mac and linux), to specify your own one must use `--no-default-features` and provide `BITCOIND_EXE` and `ELECTRS_EXE` as environment variables.
Note that `electrs` and `bitcoind` binaries are automatically downloaded (on mac and linux), to specify you already have installed binaries you must use `--no-default-features` and provide `BITCOIND_EXE` and `ELECTRS_EXE` as environment variables.
## License