From 14103aa0750fd2874480a564b2f0be0932c13e21 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 22 Jan 2020 12:22:57 +0100 Subject: make verbose details an option --- src/headless/integrationtest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/headless/integrationtest.ts') diff --git a/src/headless/integrationtest.ts b/src/headless/integrationtest.ts index 6ec28dc4f..984ef9c39 100644 --- a/src/headless/integrationtest.ts +++ b/src/headless/integrationtest.ts @@ -187,7 +187,7 @@ export async function runIntegrationTest(args: IntegrationTestArgs) { await myWallet.runUntilDone(); - const history = await myWallet.getHistory(); + const history = await myWallet.getHistory({ verboseDetails: true }); console.log("history after integration test:", JSON.stringify(history, undefined, 2)); } -- cgit v1.2.3