Merge pull request #326 from hermeznetwork/feature/effective-amount-update

Feature/effective amount update
This commit is contained in:
Eduard S
2020-12-04 12:33:30 +01:00
committed by GitHub
8 changed files with 101 additions and 78 deletions

View File

@@ -751,7 +751,7 @@ func (s *Synchronizer) rollupSync(ethBlock *common.Block) (*common.RollupData, e
// that stateDB can process them.
// First try to find them in HistoryDB.
l1UserTxs, err = s.historyDB.GetL1UserTxs(nextForgeL1TxsNum)
l1UserTxs, err = s.historyDB.GetUnforgedL1UserTxs(nextForgeL1TxsNum)
if err != nil {
return nil, tracerr.Wrap(err)
}