aboutsummaryrefslogtreecommitdiff
path: root/src/wallet-impl/history.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet-impl/history.ts')
-rw-r--r--src/wallet-impl/history.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet-impl/history.ts b/src/wallet-impl/history.ts
index 976dab885..f5a4e9d3e 100644
--- a/src/wallet-impl/history.ts
+++ b/src/wallet-impl/history.ts
@@ -39,6 +39,7 @@ export async function getHistory(
// This works as timestamps are guaranteed to be monotonically
// increasing even
+ /*
const proposals = await oneShotIter(ws.db, Stores.proposals).toArray();
for (const p of proposals) {
history.push({
@@ -51,6 +52,7 @@ export async function getHistory(
explicit: false,
});
}
+ */
const withdrawals = await oneShotIter(
ws.db,