diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2016-11-22 08:21:16 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2016-11-22 08:21:16 +0800 |
commit | f5b0795ac5582dd53de728479cf47c43eabfe67c (patch) | |
tree | 9b03db0e3a5d3dfd913abcad6cfbadaff71531d6 /development/states/config.json | |
parent | 9123e70434fcd35dcb79a587e6d5c00734cb99e4 (diff) | |
download | tangerine-wallet-browser-f5b0795ac5582dd53de728479cf47c43eabfe67c.tar tangerine-wallet-browser-f5b0795ac5582dd53de728479cf47c43eabfe67c.tar.gz tangerine-wallet-browser-f5b0795ac5582dd53de728479cf47c43eabfe67c.tar.bz2 tangerine-wallet-browser-f5b0795ac5582dd53de728479cf47c43eabfe67c.tar.lz tangerine-wallet-browser-f5b0795ac5582dd53de728479cf47c43eabfe67c.tar.xz tangerine-wallet-browser-f5b0795ac5582dd53de728479cf47c43eabfe67c.tar.zst tangerine-wallet-browser-f5b0795ac5582dd53de728479cf47c43eabfe67c.zip |
change all instances of selectedAddress to selectedAccount.
Diffstat (limited to 'development/states/config.json')
-rw-r--r-- | development/states/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/states/config.json b/development/states/config.json index 172f286a1..195e13bbb 100644 --- a/development/states/config.json +++ b/development/states/config.json @@ -57,7 +57,7 @@ } }, "transactions": [], - "selectedAddress": "0x843963b837841dad3b0f5969ff271108776616df", + "selectedAccount": "0x843963b837841dad3b0f5969ff271108776616df", "network": "2", "isDisclaimerConfirmed": true, "unconfMsgs": {}, |