diff --git a/EIPS/eip-1283.md b/EIPS/eip-1283.md index 5f824209..14e00e0c 100644 --- a/EIPS/eip-1283.md +++ b/EIPS/eip-1283.md @@ -31,16 +31,6 @@ implementation structures as possible. * *Storage slot's current value*. * Refund counter. -For the specification provided here: - -* We don't suffer from the optimization limitation of EIP-1087, and it - never costs more gas compared with the current scheme. -* It covers all usages for a transient storage. Clients that are easy - to implement EIP-1087 will also be easy to implement this - specification. Some other clients might require a little bit extra - refactoring on this. Nonetheless, no extra memory or processing cost - is needed on runtime. - Usages that benefits from this EIP's gas reduction scheme includes: * Subsequent storage write operations within the same call frame. This