From 678301a20e6112d79a052c13f921bb75c451c613 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Tue, 25 Oct 2016 13:24:03 -0700 Subject: Phase out extra warning screen. --- development/states/send.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'development/states/send.json') diff --git a/development/states/send.json b/development/states/send.json index afc1e6397..1d6a5504c 100644 --- a/development/states/send.json +++ b/development/states/send.json @@ -2,7 +2,6 @@ "metamask": { "isInitialized": true, "isUnlocked": true, - "isEthConfirmed": false, "currentDomain": "example.com", "rpcTarget": "https://rawtestrpc.metamask.io/", "identities": { @@ -73,4 +72,4 @@ "detailView": {} }, "identities": {} -} \ No newline at end of file +} -- cgit