Skip to content

Commit

Permalink
Update blocksync/pool_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Mena <sergio@informal.systems>
  • Loading branch information
greg-szabo and sergio-mena committed Jun 27, 2024
1 parent 26bda8b commit 4cb0df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocksync/pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type inputData struct {
}

// Malicious nodes parameters
const MaliciousLie = 5 // This is how much the malicious node is higher than the real height
const MaliciousLie = 5 // This is how much the malicious node claims to be higher than the real height
const BlackholeSize = 3 // This is how many blocks the malicious node will not report immediately above real height
const MaliciousTestMaximumLength = 5 * time.Minute

Expand Down

0 comments on commit 4cb0df8

Please sign in to comment.