File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ mantis {
17
17
# timeout for shutting down the ActorSystem
18
18
shutdown-timeout = "15.seconds"
19
19
20
- # Whether to run Mantis in test mode (enables test_ RPC endpoints; similar to --test flag in cpp-ethereum)
20
+ # Whether to run Mantis in test mode (similar to --test flag in cpp-ethereum).
21
+ # When set, test validators and consensus are used by this node.
22
+ # It also enables test_ RPC endpoints.
21
23
testmode = false
22
24
23
25
# one of the algorithms defined here:
Original file line number Diff line number Diff line change @@ -27,5 +27,7 @@ include "consensus.conf"
27
27
# Note that any settings in this file will override the ones defined in the files above
28
28
# include "ropsten.conf"
29
29
30
- # Uncomment to run Mantis in test-mode (enables test_ RPC endpoints; similar to --test flag in cpp-ethereum)
30
+ # Uncomment to run Mantis in test-mode (similar to --test flag in cpp-ethereum).
31
+ # When set, test validators and consensus are used by this node.
32
+ # It also enables test_ RPC endpoints.
31
33
# include "testmode.conf"
You can’t perform that action at this time.
0 commit comments