Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 739 Bytes

Transaction Gas.md

File metadata and controls

20 lines (14 loc) · 739 Bytes

Gas refund and beneficiary: Any unused gas in a transaction (gasLimit minus gas used by the transaction) is refunded to the sender’s account at the same gasPrice.

Ether used to purchase gas used for the transaction is credited to the beneficiary address (specified in the block Header), the address of an account typically under the control of the miner.

This is the transaction “fees” paid to the miner.


Slide Screenshot

056.jpg


Slide Text

  • Beneficiary & Refund
  • Beneficiary -> Miner Tx Fees
  • Gas Refund -> Tx gasLimit - Gas Used
  • Refund -> Sender
  • Same gasPrice as indicated in the tx sent