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/help.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'development/states/help.json') diff --git a/development/states/help.json b/development/states/help.json index 9c2c4f0d3..2da7182df 100644 --- a/development/states/help.json +++ b/development/states/help.json @@ -55,7 +55,7 @@ }, "transactions": [], "network": "2", - "isConfirmed": true, + "isDisclaimerConfirmed": true, "unconfMsgs": {}, "messages": [], "provider": { -- cgit v1.2.3 From f5b0795ac5582dd53de728479cf47c43eabfe67c Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Mon, 21 Nov 2016 16:21:16 -0800 Subject: change all instances of selectedAddress to selectedAccount. --- development/states/help.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'development/states/help.json') diff --git a/development/states/help.json b/development/states/help.json index 2da7182df..b0c9903ac 100644 --- a/development/states/help.json +++ b/development/states/help.json @@ -62,7 +62,7 @@ "type": "testnet" }, "selectedAccount": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc", - "selectedAddress": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc", + "selectedAccount": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc", "seedWords": null }, "appState": { -- cgit v1.2.3