mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 13:21:20 +00:00
Fix test/p2p/pex circle tests; update consensus
This commit is contained in:
@ -241,10 +241,6 @@ func validatorSetKey(chainID string, height int64) []byte {
|
||||
return []byte(fmt.Sprintf("%s/%010d/vs", chainID, height))
|
||||
}
|
||||
|
||||
func chainKeyPrefix(chainID string, height int64) []byte {
|
||||
return []byte(fmt.Sprintf("%s/%010d/", chainID, height))
|
||||
}
|
||||
|
||||
var chainKeyPrefixPattern = regexp.MustCompile(`([^/]+)/([0-9]*)/`)
|
||||
|
||||
func parseChainKeyPrefix(key []byte) (chainID string, height int64, ok bool) {
|
||||
|
Reference in New Issue
Block a user