1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Add seed phrase bounty award notice

Only shows to people who installed before or equal to MetaMask 3.12.1
This commit is contained in:
Dan Finlay 2017-11-28 15:29:56 -08:00
parent f0f6bb28e0
commit 049ec52a95
4 changed files with 4 additions and 3 deletions

View File

@ -45,7 +45,6 @@ module.exports = class MetamaskController extends EventEmitter {
this.opts = opts this.opts = opts
const initState = opts.initState || {} const initState = opts.initState || {}
this.recordFirstTimeInfo(initState) this.recordFirstTimeInfo(initState)
opts.initState.firstTimeInfo.version = '4.5.0'
// platform-specific api // platform-specific api
this.platform = opts.platform this.platform = opts.platform

View File

@ -7,3 +7,5 @@ You can follow the guide at this link:
[https://support.metamask.io/kb/article/28-abbu-always-be-backed-up-how-to-make-sure-your-12-word-metamask-seed-phrase-is-backed-up](https://support.metamask.io/kb/article/28-abbu-always-be-backed-up-how-to-make-sure-your-12-word-metamask-seed-phrase-is-backed-up) [https://support.metamask.io/kb/article/28-abbu-always-be-backed-up-how-to-make-sure-your-12-word-metamask-seed-phrase-is-backed-up](https://support.metamask.io/kb/article/28-abbu-always-be-backed-up-how-to-make-sure-your-12-word-metamask-seed-phrase-is-backed-up)
We have fixed the known issue, but will be issuing ongoing bug bounties to help prevent this kind of problem in the future. We have fixed the known issue, but will be issuing ongoing bug bounties to help prevent this kind of problem in the future.
For more information on this issue, [see this blog post](https://medium.com/metamask/seed-phrase-issue-bounty-awarded-e1986e811021)

View File

@ -1 +1 @@
3 4

File diff suppressed because one or more lines are too long