evidence: fix bug with hashes (#6375)

This commit is contained in:
Callum Waters
2021-04-21 18:50:39 +02:00
committed by GitHub
parent d36a5905a6
commit 5bafedff17
15 changed files with 430 additions and 370 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ const (
PerturbationPause Perturbation = "pause"
PerturbationRestart Perturbation = "restart"
EvidenceAgeHeight int64 = 3
EvidenceAgeHeight int64 = 5
EvidenceAgeTime time.Duration = 10 * time.Second
)