@@ -14,7 +14,7 @@ Developer Notes
14
14
- [ Compiling for debugging] ( #compiling-for-debugging )
15
15
- [ Compiling for gprof profiling] ( #compiling-for-gprof-profiling )
16
16
- [ ` debug.log ` ] ( #debuglog )
17
- - [ Testnet and Regtest modes] ( #testnet-and-regtest-modes )
17
+ - [ Signet, testnet, and regtest modes] ( #signet- testnet-and-regtest-modes )
18
18
- [ DEBUG_LOCKORDER] ( #debug_lockorder )
19
19
- [ Valgrind suppressions file] ( #valgrind-suppressions-file )
20
20
- [ Compiling for test coverage] ( #compiling-for-test-coverage )
@@ -259,14 +259,15 @@ on all categories (and give you a very large `debug.log` file).
259
259
The Qt code routes ` qDebug() ` output to ` debug.log ` under category "qt": run with ` -debug=qt `
260
260
to see it.
261
261
262
- ### Testnet and Regtest modes
262
+ ### Signet, testnet, and regtest modes
263
263
264
- Run with the ` -testnet ` option to run with "play bitcoins" on the test network, if you
265
- are testing multi-machine code that needs to operate across the internet.
264
+ If you are testing multi-machine code that needs to operate across the internet,
265
+ you can run with either the ` -signet ` or the ` -testnet ` config option to test
266
+ with "play bitcoins" on a test network.
266
267
267
- If you are testing something that can run on one machine, run with the ` -regtest ` option.
268
- In regression test mode, blocks can be created on- demand; see [ test/functional/ ] ( /test/functional ) for tests
269
- that run in ` -regtest ` mode.
268
+ If you are testing something that can run on one machine, run with the
269
+ ` -regtest ` option. In regression test mode, blocks can be created on demand;
270
+ see [ test/functional/ ] ( /test/functional ) for tests that run in ` -regtest ` mode.
270
271
271
272
### DEBUG_LOCKORDER
272
273
0 commit comments