-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange logic about the default seed node #2772
Comments
If it's empty it will take the defaults one |
If you remove |
That's not how it really works Screen.Recording.2022-06-22.at.08.37.00.mov |
It seems that empty array returns false in dotnet/extensions#1341 (works as designed) |
* Remove unnecessary default seedlist Close #2772 * fix ut * Update TestProtocolSettings.cs * use existing default setting for test setting. * add ut-test cases * add test to ut setting.load * Update TestBlockchain.cs * Apply suggestions from code review * Update tests/Neo.UnitTests/UT_ProtocolSettings.cs * Update tests/Neo.UnitTests/TestProtocolSettings.cs * Fix some UT --------- Co-authored-by: Jinghui Liao <[email protected]> Co-authored-by: Vitor Nazário Coelho <[email protected]>
When I built the private net, I removed the SeedList from config.json and it still connects to the seed node on startup
The text was updated successfully, but these errors were encountered: