mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Add tx L1&L2 test generation & keys for TestingFramework
Add test-lang Fee & ForceExit option
This commit is contained in:
@@ -133,7 +133,7 @@ func (c *Coordinator) forgeSequence() error {
|
||||
batchInfo.SetTxsInfo(l1UserTxsExtra, l1OperatorTxs, l2Txs) // TODO feesInfo
|
||||
|
||||
// 4. Call BatchBuilder with TxSelector output
|
||||
configBatch := batchbuilder.ConfigBatch{
|
||||
configBatch := &batchbuilder.ConfigBatch{
|
||||
ForgerAddress: c.config.ForgerAddress,
|
||||
}
|
||||
zkInputs, err := c.batchBuilder.BuildBatch(configBatch, l1UserTxsExtra, l1OperatorTxs, l2Txs, nil) // TODO []common.TokenID --> feesInfo
|
||||
|
||||
Reference in New Issue
Block a user