mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-20 16:36:31 +00:00
remove or comment out unused code
This commit is contained in:
@ -938,10 +938,6 @@ func makeParams(blockBytes, blockGas, evidenceAge int64) types.ConsensusParams {
|
||||
}
|
||||
}
|
||||
|
||||
func pk() []byte {
|
||||
return ed25519.GenPrivKey().PubKey().Bytes()
|
||||
}
|
||||
|
||||
func TestApplyUpdates(t *testing.T) {
|
||||
initParams := makeParams(1, 2, 3)
|
||||
|
||||
|
Reference in New Issue
Block a user