diff options
Diffstat (limited to 'development/states/pending-signature.json')
-rw-r--r-- | development/states/pending-signature.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/development/states/pending-signature.json b/development/states/pending-signature.json index 33f79b4c8..bc233a0ad 100644 --- a/development/states/pending-signature.json +++ b/development/states/pending-signature.json @@ -2,7 +2,6 @@ "metamask": { "isInitialized": true, "isUnlocked": true, - "isEthConfirmed": true, "currentDomain": "example.com", "rpcTarget": "https://rawtestrpc.metamask.io/", "identities": { @@ -352,10 +351,10 @@ "hash": "0xb6e6ff57e7b5f6bd7f2e6dc44c39f4e858a227c9509586634ca547179345a13e" } ], - "selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", + "selectedAccount": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", "network": "1471904489432", "seedWords": null, - "isConfirmed": true, + "isDisclaimerConfirmed": true, "unconfMsgs": { "1472076978535283": { "id": 1472076978535283, @@ -403,4 +402,4 @@ "warning": null }, "identities": {} -}
\ No newline at end of file +} |