From be58b6d9952416690471aba8534593a82c42993d Mon Sep 17 00:00:00 2001 From: Duddino Date: Thu, 5 Dec 2024 11:27:54 +0100 Subject: [PATCH] forgot line --- scripts/wallet.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/wallet.js b/scripts/wallet.js index 955e0cc7f..2b030ceb9 100644 --- a/scripts/wallet.js +++ b/scripts/wallet.js @@ -291,6 +291,7 @@ export class Wallet { this.#mempool = new Mempool(); this.#lastProcessedBlock = 0; this.#historicalTxs.clear(); + const db = await Database.getInstance(); await db.removeAllTxs(); }