mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-13 15:33:47 +00:00
Minor Fix
This commit is contained in:
parent
dba374026f
commit
b88353c27d
1 changed files with 1 additions and 1 deletions
|
|
@ -1202,7 +1202,7 @@ func (c *Bor) CommitStates(
|
||||||
|
|
||||||
lastStateID++
|
lastStateID++
|
||||||
}
|
}
|
||||||
log.Info("StateSyncData", "Gas", totalGas, "Block-number", number, "FromStateID", lastStateID+1, "TotalRecords", len(eventRecords))
|
log.Info("StateSyncData", "Gas", totalGas, "Block-number", number, "LastStateID", lastStateID, "TotalRecords", len(eventRecords))
|
||||||
return stateSyncs, nil
|
return stateSyncs, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue