mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-08 03:46:52 +01:00
Update importers of eth, use variable length feeIdxCoordinator
This commit is contained in:
@@ -180,7 +180,7 @@ func TestClientRollup(t *testing.T) {
|
||||
NewExitRoot: big.NewInt(100),
|
||||
L1CoordinatorTxs: []common.L1Tx{},
|
||||
L2TxsData: []common.L2Tx{},
|
||||
FeeIdxCoordinator: make([]common.Idx, eth.RollupConstFeeIdxCoordinatorLen),
|
||||
FeeIdxCoordinator: []common.Idx{},
|
||||
VerifierIdx: 0,
|
||||
L1Batch: true,
|
||||
})
|
||||
@@ -217,7 +217,7 @@ func TestClientRollup(t *testing.T) {
|
||||
NewExitRoot: big.NewInt(100),
|
||||
L1CoordinatorTxs: []common.L1Tx{},
|
||||
L2TxsData: []common.L2Tx{},
|
||||
FeeIdxCoordinator: make([]common.Idx, eth.RollupConstFeeIdxCoordinatorLen),
|
||||
FeeIdxCoordinator: []common.Idx{},
|
||||
VerifierIdx: 0,
|
||||
L1Batch: true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user