Skip to content

Commit

Permalink
forgot line
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed Dec 5, 2024
1 parent e131ac6 commit be58b6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit be58b6d

Please sign in to comment.