mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 22:05:18 +00:00
7 lines
123 B
Go
7 lines
123 B
Go
package types
|
|
|
|
var (
|
|
PeerStateKey = "ConsensusReactor.peerState"
|
|
PeerMempoolChKey = "MempoolReactor.peerMempoolCh"
|
|
)
|