calls to store_update_{time,height}
should not be done in client handlers
#246
Labels
A: bug
Admin: something isn't working
Should be called in tendermint's implementation of
ClientState.initialise()
, as in ibc-go. We currently call it in theCreateClient
handler and theUpdateClient
handler.The text was updated successfully, but these errors were encountered: