Fix the blockUnlocker.js from crashing

This commit is contained in:
StarlightJS
2024-01-11 15:34:08 +01:00
committed by GitHub
parent 7a8596452e
commit 5c8c453271

View File

@@ -8,7 +8,7 @@
"url": "https://github.com/dvandal/cryptonote-nodejs-pool.git" "url": "https://github.com/dvandal/cryptonote-nodejs-pool.git"
}, },
"dependencies": { "dependencies": {
"async": "^3.2.0", "async": "^1.5.2",
"base58-native": "*", "base58-native": "*",
"bignum": "*", "bignum": "*",
"bufferutil": "*", "bufferutil": "*",