mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-30 05:01:44 +00:00
Merge branch 'release/v0.23.0' into bucky/merge-0.23.0-to-develop
This commit is contained in:
@ -23,7 +23,7 @@ func BenchmarkRoundStateDeepCopy(b *testing.B) {
|
||||
Hash: cmn.RandBytes(20),
|
||||
},
|
||||
}
|
||||
sig := ed25519.SignatureEd25519{}
|
||||
sig := make([]byte, ed25519.SignatureEd25519Size)
|
||||
for i := 0; i < nval; i++ {
|
||||
precommits[i] = &types.Vote{
|
||||
ValidatorAddress: types.Address(cmn.RandBytes(20)),
|
||||
|
Reference in New Issue
Block a user