This commit is contained in:
Mark Spanbroek 2024-11-06 09:55:54 +01:00
parent d40737e4d7
commit edc81ba568

View File

@ -4,7 +4,6 @@ import mysticeti/validator/slots
suite "Proposer Slots":
type Block = mysticeti.Block[MockHashing]
type BlockId = mysticeti.BlockId[MockHashing]
type SignedBlock = mysticeti.SignedBlock[MockSigning, MockHashing]
type Proposal = slots.Proposal[MockSigning, MockHashing]