stmgr: Fix VMApplyEarly metric
This commit is contained in:
parent
53537a0af2
commit
1b696aae5f
@ -371,9 +371,6 @@ func (sm *StateManager) ApplyBlocks(ctx context.Context, parentEpoch abi.ChainEp
|
||||
partDone()
|
||||
partDone = metrics.Timer(ctx, metrics.VMApplyMessages)
|
||||
|
||||
earlyDone := metrics.Timer(ctx, metrics.VMApplyEarly)
|
||||
defer earlyDone()
|
||||
|
||||
var receipts []cbg.CBORMarshaler
|
||||
processedMsgs := make(map[cid.Cid]struct{})
|
||||
for _, b := range bms {
|
||||
|
Loading…
Reference in New Issue
Block a user