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

This commit is contained in:
Marko 2020-02-07 16:28:54 +01:00 committed by GitHub
parent c8a82aaba2
commit 605afd49eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

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