mirror of
https://github.com/logos-storage/nim-mysticeti.git
synced 2026-07-31 12:03:13 +00:00
rewording
This commit is contained in:
parent
923f09976e
commit
da66c27de7
@ -196,7 +196,7 @@ suite "Multiple Validators":
|
||||
check checked.verdict == BlockVerdict.invalid
|
||||
check checked.reason == "block already received"
|
||||
|
||||
test "skips blocks that are ignored by >2f validators":
|
||||
test "skips blocks that are ignored by >2/3 stake":
|
||||
# first round: other validators do not receive proposal from first validator
|
||||
let proposals = exchangeProposals {
|
||||
0: @[],
|
||||
@ -242,7 +242,7 @@ suite "Multiple Validators":
|
||||
let author = proposals[0].blck.author
|
||||
check validators[0].status(round, author) == some SlotStatus.skip
|
||||
|
||||
test "commits blocks that have >2f certificates":
|
||||
test "commits blocks that have certificates representing >2/3 stake":
|
||||
# first round: proposing
|
||||
let proposal = exchangeProposals()[0]
|
||||
let round = proposal.blck.round
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user