tendermint/types/keys.go

8 lines
135 B
Go
Raw Normal View History

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