mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove incorrect Migrator comment (#9659)
This change removes an incorrect comment about migrations
This commit is contained in:
parent
a9a432db0c
commit
3c492a2ff7
@ -1,9 +1,3 @@
|
||||
/* The migrator has two methods the user should be concerned with:
|
||||
*
|
||||
* getData(), which returns the app-consumable data object
|
||||
* saveData(), which persists the app-consumable data object.
|
||||
*/
|
||||
|
||||
// Migrations must start at version 1 or later.
|
||||
// They are objects with a `version` number
|
||||
// and a `migrate` function.
|
||||
|
Loading…
Reference in New Issue
Block a user