From 5c8c45327106fa000577c628d20e4473595d2645 Mon Sep 17 00:00:00 2001 From: StarlightJS <150332743+StarlightJS@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:34:08 +0100 Subject: [PATCH] Fix the blockUnlocker.js from crashing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f381462..fc969711 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/dvandal/cryptonote-nodejs-pool.git" }, "dependencies": { - "async": "^3.2.0", + "async": "^1.5.2", "base58-native": "*", "bignum": "*", "bufferutil": "*",