Workflow updating files of ethclassicwallet

This commit is contained in:
RanchiMall Dev 2026-01-20 00:48:18 +00:00
parent 9534fa307c
commit da5e4c605c

View File

@ -567,7 +567,7 @@
window.addEventListener('load', () => {
// Initialize the database before any routing or data reads
idbReady = compactIDB.initDB('floEthereum', { contacts: {} })
idbReady = compactIDB.initDB('floEthereumClassic', { contacts: {} })
.then((res) => { console.log(res); })
.catch((err) => { console.error(err); });