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
The current error message in the initGenesis function if the lastCodeID is incorrect fails to print out the current but incorrect value. We should update the error statement to log all the fields to make debugging around this error easier in the future.
The text was updated successfully, but these errors were encountered:
🤔 I don't see that the error message is incorrect. The sequence value(s) must be greater than the max id(s) we have from the import(s) of code/ contract infos so that we don't assign the same id(s) twice later.
Not sure if adding the current value to the log output is of any benefit to identify the problem. I am biased but for me it boils down to "seq %s must be greater %d ".
The current error message in the initGenesis function if the lastCodeID is incorrect fails to print out the current but incorrect value. We should update the error statement to log all the fields to make debugging around this error easier in the future.
The text was updated successfully, but these errors were encountered: