You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the value transfer failed because the sender did not have enough money, or the code execution ran out of gas, revert all state changes except the payment of the fees, and add the fees to the miner's account.
I think the "money" concept in that situation is quite wrong, because in each transaction we are not getting "money" from the sender, but "ether".
So, the text should be:
If the value transfer failed because the sender did not have enough ether, or the code execution ran out of gas, revert all state changes except the payment of the fees, and add the fees to the miner's account.
Sadly, I created the PR first, and there I realized there should be a discussion created first... But well... here is the PR in case we want to change it: #14516
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am reading the whitepaper in this paragraph: https://ethereum.org/en/whitepaper/#ethereum-state-transition-function, and it says:
I think the "money" concept in that situation is quite wrong, because in each transaction we are not getting "money" from the sender, but "ether".
So, the text should be:
Sadly, I created the PR first, and there I realized there should be a discussion created first... But well... here is the PR in case we want to change it: #14516
Beta Was this translation helpful? Give feedback.
All reactions