mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
8 lines
135 B
Go
8 lines
135 B
Go
![]() |
package types
|
||
|
|
||
|
// UNSTABLE
|
||
|
var (
|
||
|
PeerStateKey = "ConsensusReactor.peerState"
|
||
|
PeerMempoolChKey = "MempoolReactor.peerMempoolCh"
|
||
|
)
|