Merge pull request #733 from StarlightJS/patch-1

Fix the blockUnlocker.js from crashing
This commit is contained in:
dvandal
2024-01-11 09:44:41 -05:00
committed by GitHub

View File

@@ -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": "*",