From c5906abf106d22cc35b8facdda4313b6125160b9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 20 Jan 2020 11:53:21 +0100 Subject: verboseDetails for pay and withdraw --- src/headless/integrationtest.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/headless/integrationtest.ts') diff --git a/src/headless/integrationtest.ts b/src/headless/integrationtest.ts index ee52c4c46..6ec28dc4f 100644 --- a/src/headless/integrationtest.ts +++ b/src/headless/integrationtest.ts @@ -186,4 +186,8 @@ export async function runIntegrationTest(args: IntegrationTestArgs) { ); await myWallet.runUntilDone(); + + const history = await myWallet.getHistory(); + + console.log("history after integration test:", JSON.stringify(history, undefined, 2)); } -- cgit v1.2.3