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
test: allow passing empty coreP2PAddrs to MasternodeInfo helpers
`or` will treat a blank string as a bad value and will go for the
default, which creates problems when we need to test for blank value
behaviors. This isn't a problem with `platform_{p2p,http}_port` since we
check against None explicitly.
0 commit comments