Skip to content

Commit

Permalink
core: fix typo in comment (ethereum#17586)
Browse files Browse the repository at this point in the history
  • Loading branch information
hqueue authored and fjl committed Sep 5, 2018
1 parent 42bd67b commit cf33d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func ApplyTransaction(config *params.ChainConfig, bc ChainContext, author *commo
*usedGas += gas

// Create a new receipt for the transaction, storing the intermediate root and gas used by the tx
// based on the eip phase, we're passing wether the root touch-delete accounts.
// based on the eip phase, we're passing whether the root touch-delete accounts.
receipt := types.NewReceipt(root, failed, *usedGas)
receipt.TxHash = tx.Hash()
receipt.GasUsed = gas
Expand Down

0 comments on commit cf33d8b

Please sign in to comment.