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, 2 insertions, 2 deletions
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:",