good morning!!!!

Skip to content
Snippets Groups Projects
Commit cf33d8b8 authored by Hyung-Kyu Hqueue Choi's avatar Hyung-Kyu Hqueue Choi Committed by Felix Lange
Browse files

core: fix typo in comment (#17586)

parent 42bd67bd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment