From b8a59c959f4407b6470d4d9350de74e52e6f0c4c Mon Sep 17 00:00:00 2001 From: cdetrio Date: Sat, 27 Jan 2018 13:56:44 +0100 Subject: [PATCH] correct EIP 4 author on readme table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7f1fdc7..264ad64a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP | Number | Title | Author | Layer | Status | | ------------------------- | ------------------------------------------------------- | ----------------------------- | --------- | ---------- | | [3](EIPS/eip-3.mediawiki) | Addition of CALLDEPTH opcode | Martin Holst Swende | Core | Draft | -| [4](EIPS/eip-4.mediawiki) | EIP Classification | Eric Lombrozo | Meta | Draft | +| [4](EIPS/eip-4.mediawiki) | EIP Classification | Joseph Chow | Meta | Draft | | [5](EIPS/eip-5.md) | Gas Usage for `RETURN` and `CALL*` | Christian Reitwiessner | Core | Draft | | [101](EIPS/eip-101.md) | Serenity Currency and Crypto Abstraction | Vitalik Buterin | | Active | | [158](EIPS/eip-158.md) | State clearing | Vitalik Buterin | Core | Superseded |