mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Implement CalcFeeAmount, Resolve #140
This commit is contained in:
@@ -69,7 +69,7 @@ func (s *StateDB) ProcessTxs(l1usertxs, l1coordinatortxs []common.L1Tx, l2txs []
|
||||
}
|
||||
defer func() {
|
||||
if err := os.RemoveAll(tmpDir); err != nil {
|
||||
log.Errorw("Dleting statedb temp exit tree", "err", err)
|
||||
log.Errorw("Deleting statedb temp exit tree", "err", err)
|
||||
}
|
||||
}()
|
||||
sto, err := pebble.NewPebbleStorage(tmpDir, false)
|
||||
|
||||
Reference in New Issue
Block a user