From 65c84ac4b2a8a4355bff63690d34e52a4a45a561 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Thu, 9 Feb 2017 18:17:50 -0800 Subject: Delete all code related to disclaimers. --- development/states/first-time.json | 1 - 1 file changed, 1 deletion(-) (limited to 'development/states/first-time.json') diff --git a/development/states/first-time.json b/development/states/first-time.json index 598adc4cb..d6472020d 100644 --- a/development/states/first-time.json +++ b/development/states/first-time.json @@ -11,7 +11,6 @@ "network": null, "accounts": {}, "transactions": [], - "isDisclaimerConfirmed": false, "unconfMsgs": {}, "messages": [], "shapeShiftTxList": [], -- cgit v1.2.3 From 092ec9096bb5ab32ce90948781fdb93c274fcb7f Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Thu, 9 Feb 2017 22:36:40 -0800 Subject: Fix integration tests. --- development/states/first-time.json | 1 + 1 file changed, 1 insertion(+) (limited to 'development/states/first-time.json') diff --git a/development/states/first-time.json b/development/states/first-time.json index d6472020d..aeeea7be0 100644 --- a/development/states/first-time.json +++ b/development/states/first-time.json @@ -8,6 +8,7 @@ "currentFiat": "USD", "conversionRate": 11.47635827, "conversionDate": 1477606503, + "noActiveNotices": true, "network": null, "accounts": {}, "transactions": [], -- cgit v1.2.3