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/accounts.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'development/states/accounts.json') diff --git a/development/states/accounts.json b/development/states/accounts.json index 9068be0bd..f09ea8f36 100644 --- a/development/states/accounts.json +++ b/development/states/accounts.json @@ -2,7 +2,6 @@ "metamask": { "isInitialized": true, "isUnlocked": true, - "isEthConfirmed": true, "rpcTarget": "https://rawtestrpc.metamask.io/", "identities": { "0x0abdd95cafcabec9b3e99dcd09fc4b441037cb80": { @@ -116,4 +115,4 @@ "scrollToBottom": true }, "identities": {} -} \ No newline at end of file +} -- cgit v1.2.3 From 7de6b12aad4a674bdbb0749d2e61d9fd5f69c536 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Mon, 14 Nov 2016 16:49:16 -0800 Subject: Re-enable disclaimer screen. Rename variables to reflect role more clearly. --- development/states/accounts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'development/states/accounts.json') diff --git a/development/states/accounts.json b/development/states/accounts.json index f09ea8f36..1b8f0f10b 100644 --- a/development/states/accounts.json +++ b/development/states/accounts.json @@ -91,7 +91,7 @@ "transactions": [], "selectedAddress": "0x0abdd95cafcabec9b3e99dcd09fc4b441037cb80", "network": "2", - "isConfirmed": true, + "isDisclaimerConfirmed": true, "unconfMsgs": {}, "messages": [], "shapeShiftTxList": [], -- cgit v1.2.3