aboutsummaryrefslogtreecommitdiff
path: root/src/headless/integrationtest.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/headless/integrationtest.ts')
-rw-r--r--src/headless/integrationtest.ts4
1 files changed, 4 insertions, 0 deletions
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));
}