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
{{ message }}
This repository was archived by the owner on Oct 28, 2021. It is now read-only.
Aleth's --private option is unnecessary and should be removed - it sets some chain parameters to certain values, but in order to use a private chain one must also specify a chain configuration json file (via the --config parameter) and this config file must also include values for those chain parameters.
Aleth's
--privateoption is unnecessary and should be removed - it sets some chain parameters to certain values, but in order to use a private chain one must also specify a chain configuration json file (via the--configparameter) and this config file must also include values for those chain parameters.The private option's usage is logged here:
aleth/aleth/main.cpp
Line 211 in 523c965
The private option is parsed here:
aleth/aleth/main.cpp
Lines 626 to 635 in ad6f54f
Chain parameters are then set to certain values (based on whether or not
--privatewas supplied) here:aleth/aleth/main.cpp
Lines 698 to 703 in ad6f54f
The chain configuration file is processed here:
aleth/aleth/main.cpp
Lines 681 to 694 in ad6f54f