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
Currently calling tendermint.New on the Tendermint consensus package returns a TendermintService interface which exposes some internal methods. We should refactor this to return a generic consensus.Backend instead and make sure the internal methods are not exposed.
The text was updated successfully, but these errors were encountered:
Currently calling
tendermint.New
on the Tendermint consensus package returns aTendermintService
interface which exposes some internal methods. We should refactor this to return a genericconsensus.Backend
instead and make sure the internal methods are not exposed.The text was updated successfully, but these errors were encountered: