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.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/headless/integrationtest.ts b/src/headless/integrationtest.ts
index 3b0069c21..3e60d418a 100644
--- a/src/headless/integrationtest.ts
+++ b/src/headless/integrationtest.ts
@@ -83,5 +83,8 @@ export async function runIntegrationTest(args: {
throw Error("payment did not succeed");
}
+ const refreshRes = await myWallet.refreshDirtyCoins();
+ console.log(`waited to refresh ${refreshRes.numRefreshed} coins`);
+
myWallet.stop();
}