Workflow updating files of ethclassicwallet
This commit is contained in:
parent
9534fa307c
commit
da5e4c605c
@ -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