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
Trying to increase the frequency by changing the weights seems to yield some successes. (setting both to 20 in module_simulation.go)
I was noticing the same for msgEditCampaign where requireNoMainnetInitialized is set to false, so I think the assumption regarding requireNoMainnetInitialized is unlikely.
I am assuming what is actually happening is that coordinators for the campaigns selected are inactive or not found, for some reason (so the last leg of the method). Besides, the function is tested to be providing correct results, so the only thing I can think is influencing the simulation is state changes.
initialize_mainnet
operation incampaign
module always fails independently from the chosen seedGetCoordSimAccountWithCampaignID
may have an issue when argrequireNoMainnetInitialize
is set totrue
The text was updated successfully, but these errors were encountered: