mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 11:45:18 +00:00
evidence: remove unused param (#4726)
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
This commit is contained in:
@@ -204,7 +204,7 @@ type mockEvidencePool struct {
|
||||
|
||||
func newMockEvidencePool(val []byte) *mockEvidencePool {
|
||||
return &mockEvidencePool{
|
||||
ev: []types.Evidence{types.NewMockEvidence(1, time.Now().UTC(), 1, val)},
|
||||
ev: []types.Evidence{types.NewMockEvidence(1, time.Now().UTC(), val)},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user