diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2017-03-15 08:05:47 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2017-03-15 08:05:47 +0800 |
commit | 177f2dc948f794f6796d74e3ef2a581048625bb1 (patch) | |
tree | 30e6bc28fc26cb0093a7b9c8585fd47342c0c84a /app/scripts/migrations | |
parent | 956482be96cb125a19ab73ce633b375fb97f95e9 (diff) | |
download | tangerine-wallet-browser-177f2dc948f794f6796d74e3ef2a581048625bb1.tar tangerine-wallet-browser-177f2dc948f794f6796d74e3ef2a581048625bb1.tar.gz tangerine-wallet-browser-177f2dc948f794f6796d74e3ef2a581048625bb1.tar.bz2 tangerine-wallet-browser-177f2dc948f794f6796d74e3ef2a581048625bb1.tar.lz tangerine-wallet-browser-177f2dc948f794f6796d74e3ef2a581048625bb1.tar.xz tangerine-wallet-browser-177f2dc948f794f6796d74e3ef2a581048625bb1.tar.zst tangerine-wallet-browser-177f2dc948f794f6796d74e3ef2a581048625bb1.zip |
Fix description of some migrations.
Diffstat (limited to 'app/scripts/migrations')
-rw-r--r-- | app/scripts/migrations/010.js | 2 | ||||
-rw-r--r-- | app/scripts/migrations/011.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/scripts/migrations/010.js b/app/scripts/migrations/010.js index 48a841bc1..c0cc56ae4 100644 --- a/app/scripts/migrations/010.js +++ b/app/scripts/migrations/010.js @@ -2,7 +2,7 @@ const version = 10 /* -This migration breaks out the CurrencyController substate +This migration breaks out the ShapeShiftController substate */ diff --git a/app/scripts/migrations/011.js b/app/scripts/migrations/011.js index bf283ef98..0d5d6d307 100644 --- a/app/scripts/migrations/011.js +++ b/app/scripts/migrations/011.js @@ -2,7 +2,7 @@ const version = 11 /* -This migration breaks out the CurrencyController substate +This migration removes the discaimer state from our app, which was integrated into our notices. */ |