mirror of
https://github.com/trezor/trezor-wallet
synced 2025-06-05 23:58:47 +00:00
update localstorage version
This commit is contained in:
parent
c5b4ae1350
commit
de6439e1af
@ -213,7 +213,8 @@ const loadJSON = (): AsyncAction => async (dispatch: Dispatch): Promise<void> =>
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const VERSION: string = '2';
|
// version 3 since trezor-connect@8 implementation
|
||||||
|
const VERSION: string = '3';
|
||||||
|
|
||||||
const loadStorageData = (): ThunkAction => (dispatch: Dispatch): void => {
|
const loadStorageData = (): ThunkAction => (dispatch: Dispatch): void => {
|
||||||
// validate version
|
// validate version
|
||||||
|
Loading…
Reference in New Issue
Block a user