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
by this point has a nil error and just confuses the reader who might be thinking that err was set from above but really it is nil. That return should be turned into return app, nil
This change improves user experience (UX) by sending
over the major version information. While here, also
fixed up an unclear return.
Fixescosmos#50Fixescosmos#51
This code
ledger-cosmos-go/user_app.go
Line 69 in e9d4c19
by this point has a nil error and just confuses the reader who might be thinking that err was set from above but really it is nil. That return should be turned into
return app, nil
/cc @elias-orijtech @julienrbrt
The text was updated successfully, but these errors were encountered: