incremental commit merge not complete

This commit is contained in:
philip-morlier
2023-07-12 18:15:05 -07:00
parent 6ed9390f9b
commit f22b6f3e8e
3 changed files with 20 additions and 32 deletions
+4
View File
@@ -123,6 +123,10 @@ func (p *StateProcessor) Process(block *types.Block, statedb *state.StateDB, cfg
}
// Finalize the block, applying any consensus engine specific extras (e.g. block rewards)
p.engine.Finalize(p.bc, header, statedb, block.Transactions(), block.Uncles(), withdrawals)
//begin PluGeth code injection
pluginPostProcessBlock(block)
blockTracer.PostProcessBlock(block)
// end PluGeth code injection
return receipts, allLogs, *usedGas, nil
}