mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-08 03:46:52 +01:00
Review changes and operator -> coordinator
This commit is contained in:
@@ -4,8 +4,8 @@ package common
|
||||
// WARNING: this is strongly based on the previous implementation, once the new spec is done, this may change a lot.
|
||||
type Slot struct {
|
||||
SlotNum SlotNum
|
||||
StartingBlock uint64 // Etherum block in which the slot starts
|
||||
Forger Operator // Current Operaror winner information
|
||||
StartingBlock uint64 // Etherum block in which the slot starts
|
||||
Forger Coordinator // Current Operaror winner information
|
||||
}
|
||||
|
||||
// SlotNum identifies a slot
|
||||
|
||||
Reference in New Issue
Block a user