File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ fail (because of the initial situation, not a real failure)
55
55
* It waits until bitcoind daemon become ready to accept RPC commands
56
56
* ` bitcoind ` use a temporary directory as datadir. You can specify the root of your temp directories
57
57
so that you have node's datadir in a RAM disk (eg ` /dev/shm ` )
58
- * Free ports are asked to the OS. Since you can't reserve the given portm a low probability race
58
+ * Free ports are asked to the OS. Since you can't reserve the given port, a low probability race
59
59
condition is still possible, for this reason the process is tried to be spawn 3 times with different
60
60
ports.
61
61
* The process is killed when the struct goes out of scope no matter how the test finishes
You can’t perform that action at this time.
0 commit comments