Skip to content

Commit

Permalink
Merge PR #5625: docs: sentence about gas is not correct currently
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored Feb 7, 2020
1 parent c8a82aa commit 605afd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/basics/tx-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 605afd4

Please sign in to comment.