forked from cerc-io/plugeth
Implemented counting of usedGas
This commit is contained in:
parent
97cc762143
commit
e090d131c3
@ -140,6 +140,9 @@ func (sm *StateManager) ApplyTransactions(state *State, block *Block, txs []*Tra
|
||||
validTxs = append(validTxs, tx)
|
||||
}
|
||||
|
||||
// Update the total gas used for the block (to be mined)
|
||||
block.GasUsed = totalUsedGas
|
||||
|
||||
return receipts, validTxs
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user