mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Review changes and operator -> coordinator
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package common
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
eth "github.com/ethereum/go-ethereum/common"
|
||||
)
|
||||
|
||||
@@ -11,8 +9,7 @@ type Batch struct {
|
||||
BatchNum BatchNum
|
||||
SlotNum SlotNum // Slot in which the batch is forged
|
||||
EthTxHash eth.Hash
|
||||
BlockNum uint64 // Etherum block in which the batch is forged
|
||||
Timestamp time.Time
|
||||
EthBlockNum uint64 // Etherum block in which the batch is forged
|
||||
Forger eth.Address
|
||||
ExitRoot Hash
|
||||
OldRoot Hash
|
||||
|
||||
Reference in New Issue
Block a user