We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fffb7b + ff4c1ea commit c5e2549Copy full SHA for c5e2549
1 file changed
README.md
@@ -73,23 +73,10 @@ setting `RUST_LOG=off`.
73
74
## running the tests
75
76
-to run the test you need a work regtest environment as provided by nigiri. You may need to
77
-for whatever reason I nigiri isn't fully operable unless you stop and start it again.
78
-Once after start-up I need to run this:
+The tests spin up bitcoind, Electrs and other servers as needed, so you may need quite some RAM and patience.
79
80
```bash
81
-
82
-nigiri stop
83
-nigiri start
84
-```
85
86
-then to run the tests:
87
88
-```bash
89
90
-cd protocol
91
-cargo test --package protocol --lib --tests -- --nocapture
92
+cargo test
93
```
94
95
## reading the Markdown files
0 commit comments