chore: Update IndexedDB name to 'floEthereumClassic' from 'floEthereum'.
This commit is contained in:
parent
458bd1c75a
commit
5a7696ea61
@ -567,7 +567,7 @@
|
|||||||
|
|
||||||
window.addEventListener('load', () => {
|
window.addEventListener('load', () => {
|
||||||
// Initialize the database before any routing or data reads
|
// Initialize the database before any routing or data reads
|
||||||
idbReady = compactIDB.initDB('floEthereum', { contacts: {} })
|
idbReady = compactIDB.initDB('floEthereumClassic', { contacts: {} })
|
||||||
.then((res) => { console.log(res); })
|
.then((res) => { console.log(res); })
|
||||||
.catch((err) => { console.error(err); });
|
.catch((err) => { console.error(err); });
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user