From c9012cbd4ce9ba1037807ec1b00a6c9c5e1b0d14 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 28 Mar 2020 00:18:25 +0530 Subject: add --extra-debug option to history --- src/headless/integrationtest.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/headless/integrationtest.ts') diff --git a/src/headless/integrationtest.ts b/src/headless/integrationtest.ts index fbc6223fc..0c015207e 100644 --- a/src/headless/integrationtest.ts +++ b/src/headless/integrationtest.ts @@ -188,7 +188,7 @@ export async function runIntegrationTest(args: IntegrationTestArgs) { await myWallet.runUntilDone(); - const history = await myWallet.getHistory({ verboseDetails: true }); + const history = await myWallet.getHistory({ extraDebug: true }); console.log( "history after integration test:", @@ -323,7 +323,7 @@ export async function runIntegrationTestBasic(cfg: Configuration) { await myWallet.runUntilDone(); - const history = await myWallet.getHistory({ verboseDetails: true }); + const history = await myWallet.getHistory({ extraDebug: true }); console.log( "history after integration test:", -- cgit v1.2.3