From a0611d1dd1b50ec6dcd7d51498a402a6529bbfd5 Mon Sep 17 00:00:00 2001 From: lightclient <14004106+lightclient@users.noreply.github.com> Date: Wed, 19 May 2021 02:31:00 -0600 Subject: [PATCH] make 191 and 234 final (#3580) Co-authored-by: Alita Moore --- EIPS/eip-191.md | 4 ++-- EIPS/eip-234.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/EIPS/eip-191.md b/EIPS/eip-191.md index 910c30ee..a63a1aeb 100644 --- a/EIPS/eip-191.md +++ b/EIPS/eip-191.md @@ -2,11 +2,11 @@ eip: 191 title: Signed Data Standard author: Martin Holst Swende (@holiman), Nick Johnson -status: Last Call +discussions-to: https://github.com/ethereum/EIPs/issues/191 +status: Final type: Standards Track category: ERC created: 2016-01-20 -review-period-end: 2021-05-01 --- # Abstract diff --git a/EIPS/eip-234.md b/EIPS/eip-234.md index 27b111a9..1b47c964 100644 --- a/EIPS/eip-234.md +++ b/EIPS/eip-234.md @@ -2,10 +2,10 @@ eip: 234 title: Add `blockHash` to JSON-RPC filter options. author: Micah Zoltu (@MicahZoltu) +discussions-to: https://github.com/ethereum/EIPs/issues/234 type: Standards Track category: Interface -status: Last Call -review-period-end: 2020-08-08 +status: Final created: 2017-03-24 requires: 1474 ---