From fdb16635cbfe1d45a3d5869c0a55ec871d912ea0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:27:45 +0100 Subject: chore(deps): update zano digest to fe85ce2 (#116) * chore(deps): update zano digest to fe85ce2 * rebase needed patches * fix integration tests, generate checksum --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Czarek Nakamoto --- tests/integration.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/integration.test.ts') diff --git a/tests/integration.test.ts b/tests/integration.test.ts index eb478f7..3aebe38 100644 --- a/tests/integration.test.ts +++ b/tests/integration.test.ts @@ -21,7 +21,7 @@ async function syncBlockchain(wallet: Wallet): Promise { clearTimeout(timeout); resolve(blockChainHeight); } else { - setTimeout(poll, 500); + timeout = setTimeout(poll, 500); } }; -- cgit v1.2.3