tendermint/types/keys.go

8 lines
135 B
Go
Raw Normal View History

2015-09-29 08:36:52 -07:00
package types
2017-09-22 09:00:37 -07:00
// UNSTABLE
2015-09-29 08:36:52 -07:00
var (
PeerStateKey = "ConsensusReactor.peerState"
PeerMempoolChKey = "MempoolReactor.peerMempoolCh"
2015-09-29 08:36:52 -07:00
)