summaryrefslogtreecommitdiff
path: root/src/headless/integrationtest.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-03-28 00:18:25 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-03-28 00:18:25 +0530
commitc9012cbd4ce9ba1037807ec1b00a6c9c5e1b0d14 (patch)
treee83c60c67562b1425434aa0b4d81b4838b15ecde /src/headless/integrationtest.ts
parent131d2b34d9d1f84782d749c9943a7da5ab9dab8a (diff)
downloadwallet-core-c9012cbd4ce9ba1037807ec1b00a6c9c5e1b0d14.tar.gz
wallet-core-c9012cbd4ce9ba1037807ec1b00a6c9c5e1b0d14.tar.bz2
wallet-core-c9012cbd4ce9ba1037807ec1b00a6c9c5e1b0d14.zip
add --extra-debug option to history
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:",