diff options
author | kumavis <aaron@kumavis.me> | 2017-02-02 08:27:16 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2017-02-02 08:27:16 +0800 |
commit | d8a12c2ad0a3244c1e08e650de2e918fdbe3f980 (patch) | |
tree | 12acd0583e29d3ca1544ee16179c62aaba1cb289 /development/states | |
parent | 2d99fc95280954d6464e66e87e0a9077718c2827 (diff) | |
download | tangerine-wallet-browser-d8a12c2ad0a3244c1e08e650de2e918fdbe3f980.tar.gz tangerine-wallet-browser-d8a12c2ad0a3244c1e08e650de2e918fdbe3f980.tar.zst tangerine-wallet-browser-d8a12c2ad0a3244c1e08e650de2e918fdbe3f980.zip |
tests - mockDev - fix first-time flow
Diffstat (limited to 'development/states')
-rw-r--r-- | development/states/first-time.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/states/first-time.json b/development/states/first-time.json index d6d95fe06..598adc4cb 100644 --- a/development/states/first-time.json +++ b/development/states/first-time.json @@ -11,7 +11,7 @@ "network": null, "accounts": {}, "transactions": [], - "isDisclaimerConfirmed": true, + "isDisclaimerConfirmed": false, "unconfMsgs": {}, "messages": [], "shapeShiftTxList": [], |