Merge PR #5625: docs: sentence about gas is not correct currently

This commit is contained in:
Marko
2020-02-07 10:28:54 -05:00
committed by GitHub
parent c8a82aaba2
commit 605afd49eb
+1 -3
View File
@@ -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