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
In the next commit, we are going to enforce validation the moment we
to set values. That will break this test because this test makes two
errors.
- It tries to use non-mainnet ports on BasicTestingSetup (which is
mainnet), resolved by using RegTest.
- It constructs the IP 0.0.0.0, which is not a routable address, resolved
by counting from 1 onwards.
0 commit comments