diff options
Merge pull request #1108 from MetaMask/disclaimer-notify
Integrate disclaimer with notification system
Diffstat (limited to 'development/states/import-private-key.json')
-rw-r--r-- | development/states/import-private-key.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/development/states/import-private-key.json b/development/states/import-private-key.json index bf9d6bd0b..73fbd68db 100644 --- a/development/states/import-private-key.json +++ b/development/states/import-private-key.json @@ -30,7 +30,6 @@ "selectedAddress": "0x01208723ba84e15da2e71656544a2963b0c06d40", "selectedAccountTxList": [], "seedWords": null, - "isDisclaimerConfirmed": true, "unconfMsgs": {}, "messages": [], "shapeShiftTxList": [], @@ -61,4 +60,4 @@ "warning": null }, "identities": {} -}
\ No newline at end of file +} |