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
Good 👁️ . In idiomatic Go all other values should be ignored when an error is returned. Therefore the contractAddress should have no effect. But we can clearly improve this by returning nil in all error cases.
Do you want to do the PR?
Also, in the sdk, when you return an error result, all events and data from the execution are ignored, just an error message is returned. So for the client, this is always invisible.
Hi guys 👋, when there are errors in
keeper/init()
, why iscontractAddress
returned here [1][2] but not here [1][2][3][4][5]?The text was updated successfully, but these errors were encountered: