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 has been archived by the owner on Dec 5, 2024. It is now read-only.
It often hard to debug if the option name has a typo in user config. So it's worth to check the resulting config for unknown options against ethereumj.conf and either throw exception ( == exit) or print a warning
The text was updated successfully, but these errors were encountered:
Need to consider next scenario.
Other applications which use ethereumJ as library may use own system properties (-Dprop1=value1). In that case those properties will appear into ethereumJ typesafe config library.
Then exiting could be an option only if parsed ethereumj.conf contains invalid entries.
It often hard to debug if the option name has a typo in user config. So it's worth to check the resulting config for unknown options against
ethereumj.conf
and either throw exception ( == exit) or print a warningThe text was updated successfully, but these errors were encountered: