Merge PR #5625: docs: sentence about gas is not correct currently
This commit is contained in:
parent
c8a82aaba2
commit
605afd49eb
|
@ -210,9 +210,7 @@ wrong, a deferred function at the end appropriately errors or panics.
|
|||
|
||||
If there are any failed state changes resulting from a `Tx` being invalid or `GasMeter` running out,
|
||||
the transaction processing terminates and any state changes are reverted. Invalid transactions in a
|
||||
block proposal cause validator nodes to reject the block and vote for a `nil` block instead. If a
|
||||
`Tx` is delivered successfully, any leftover gas is returned to the user and the transaction is
|
||||
validated.
|
||||
block proposal cause validator nodes to reject the block and vote for a `nil` block instead.
|
||||
|
||||
### Commit
|
||||
|
||||
|
|
Loading…
Reference in New Issue