File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ block to be rejected) if any of the following occurs:
45
45
46
46
### Proposed Change
47
47
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:
50
50
51
51
- 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 .
53
53
- The transaction is not charged with fee.
54
54
- The transaction is recorded in the block (marked as failed).
55
55
- No account state is modified, including the nonce account (i.e., nonce is
You can’t perform that action at this time.
0 commit comments