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
I rebooted a local hub instance and saw this ERR panic recovered in PrepareProposal height=344 module=server panic="runtime error: invalid memory address or nil pointer dereference"
I lost the rest of the logs unfortunately
// SetTxEncoder sets the TxEncoder if it wasn't provided in the BaseApp constructor.
func (app *BaseApp) SetTxEncoder(txEncoder sdk.TxEncoder) {
app.txEncoder = txEncoder
}
danwt
changed the title
Panic running locally
Panic running locally (app.txEncoder is nil)
Sep 17, 2024
I rebooted a local hub instance and saw this
ERR panic recovered in PrepareProposal height=344 module=server panic="runtime error: invalid memory address or nil pointer dereference"
I lost the rest of the logs unfortunately
294d5bc
The text was updated successfully, but these errors were encountered: