You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"--peer-defaultchain=true" is the default. It allow users continue to work with the default "test_chainid" without having to join a chain.
95
+
"--peer-defaultchain=true" is the default. It allow users continue to work with the default "testchainid" without having to join a chain.
96
96
97
-
"--peer-defaultchain=false" starts the peer with only the channels that were joined by the peer. If the peer never joined a channel it would start up without any channels. In particular, it does not have the default "test_chainid" support.
97
+
"--peer-defaultchain=false" starts the peer with only the channels that were joined by the peer. If the peer never joined a channel it would start up without any channels. In particular, it does not have the default "testchainid" support.
98
98
99
99
To join channels, a peer MUST be started with the "--peer-defaultchain=false" option.
0 commit comments