Skip to content

Commit 57b1fb2

Browse files
committed
address feedbacks
1 parent bdca056 commit 57b1fb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proposals/0297-relax-invalid-nonce.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ block to be rejected) if any of the following occurs:
4545

4646
### Proposed Change
4747

48-
Update the replay logic to treat invalid nonce transactions as
49-
non-state-modifying, non-fee-charging failures, as follows:
48+
Update replay logic to treat invalid nonce transactions — those failing the
49+
checks above — as non-state-modifying and non-fee-charging failures, as follows:
5050

5151
- The transaction is not executed.
52-
- The transaction is metered by CU limits.
52+
- The transaction’s CU cost still applies to the block limit.
5353
- The transaction is not charged with fee.
5454
- The transaction is recorded in the block (marked as failed).
5555
- No account state is modified, including the nonce account (i.e., nonce is

0 commit comments

Comments
 (0)