mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-24 22:32:15 +00:00
7 lines
80 B
Go
7 lines
80 B
Go
package types
|
|
|
|
// UNSTABLE
|
|
var (
|
|
PeerStateKey = "ConsensusReactor.peerState"
|
|
)
|