Skip to content

Commit

Permalink
Merge pull request #152 from romanz/patch-1
Browse files Browse the repository at this point in the history
Fix a small typo in README.md
  • Loading branch information
RCasatta authored Jan 15, 2024
2 parents 2df1994 + 3b163bb commit 61e5f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fail (because of the initial situation, not a real failure)
* It waits until bitcoind daemon become ready to accept RPC commands
* `bitcoind` use a temporary directory as datadir. You can specify the root of your temp directories
so that you have node's datadir in a RAM disk (eg `/dev/shm`)
* Free ports are asked to the OS. Since you can't reserve the given portm a low probability race
* Free ports are asked to the OS. Since you can't reserve the given port, a low probability race
condition is still possible, for this reason the process is tried to be spawn 3 times with different
ports.
* The process is killed when the struct goes out of scope no matter how the test finishes
Expand Down

0 comments on commit 61e5f35

Please sign in to comment.