From c33dd75711a39403bd4dd9940caab6d5e6ad2d77 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 3 Dec 2019 00:52:15 +0100 Subject: pending operations (pay/proposals) --- src/wallet-impl/history.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wallet-impl/history.ts') 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, -- cgit v1.2.3