@@ -14,7 +14,7 @@ Developer Notes
1414 - [ Compiling for debugging] ( #compiling-for-debugging )
1515 - [ Compiling for gprof profiling] ( #compiling-for-gprof-profiling )
1616 - [ ` debug.log ` ] ( #debuglog )
17- - [ Testnet and Regtest modes] ( #testnet-and-regtest-modes )
17+ - [ Signet, testnet, and regtest modes] ( #signet- testnet-and-regtest-modes )
1818 - [ DEBUG_LOCKORDER] ( #debug_lockorder )
1919 - [ Valgrind suppressions file] ( #valgrind-suppressions-file )
2020 - [ Compiling for test coverage] ( #compiling-for-test-coverage )
@@ -259,14 +259,15 @@ on all categories (and give you a very large `debug.log` file).
259259The Qt code routes ` qDebug() ` output to ` debug.log ` under category "qt": run with ` -debug=qt `
260260to see it.
261261
262- ### Testnet and Regtest modes
262+ ### Signet, testnet, and regtest modes
263263
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.
266267
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.
270271
271272### DEBUG_LOCKORDER
272273
0 commit comments