Skip to content

Commit

Permalink
Grammar fixes and block number
Browse files Browse the repository at this point in the history
Newly-creation: this is wrong. You use adverbs before verbs. Creation implies that it is new, so it is a tautology to say new creation or newly created; rather like "I killed him dead".
  • Loading branch information
jamesray1 authored Jan 26, 2018
1 parent 71d6f0b commit 20d8f94
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions EIPS/eip-161.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Category: Core
Status: Final
Created: 2016-10-24
```

### Parameters
- `FORK_BLKNUM`: 2,675,000
- `CHAIN_ID`: 1
# Specification

a. Account creation transactions and the `CREATE` operation SHALL, prior to the execution of the initialisation code, **increment** the **nonce** over and above its normal starting value by **one** (for normal networks, this will be simply 1, however test-nets with non-zero default starting nonces will be different).
Expand All @@ -31,8 +33,8 @@ _At the end of the transaction_ is immediately following the execution of the su
An account _changes state_ when:
- it is the target or refund of a `SUICIDE` operation for **zero or more** value;
- it is the source or destination of a `CALL` operation or message-call transaction transferring **zero or more** value;
- it is the source or newly-creation of a `CREATE` operation or contract-creation transaction endowing **zero or more** value;
- as the block author ("miner") it is recipient of block-rewards or transaction-fees of **zero or more**.
- it is the source or creation of a `CREATE` operation or contract-creation transaction endowing **zero or more** value;
- as the block author ("miner") it is the recipient of block-rewards or transaction-fees of **zero or more** value.

## Notes

Expand Down

0 comments on commit 20d8f94

Please sign in to comment.