diff --git a/enclave/impl/WalletDBEnclave.js b/enclave/impl/WalletDBEnclave.js index 62d81602..e97c5186 100644 --- a/enclave/impl/WalletDBEnclave.js +++ b/enclave/impl/WalletDBEnclave.js @@ -43,6 +43,7 @@ function WalletDBEnclave(keySSI, did) { } } + resolver.invalidateDSUCache(keySSI); this.storageDB = db.getSimpleWalletDB(DB_NAME, {keySSI}); this.storageDB.on("initialised", () => { initialised = true;