fix(validate2Single): Added alternative SLP TXID validator

This commit is contained in:
Chris Troutner
2020-10-10 09:03:14 -07:00
parent 8aff89dead
commit 388a3ee53b
5 changed files with 132 additions and 7 deletions
+2
View File
@@ -31,6 +31,7 @@
"@psf/bch-js": "^3.6.3",
"apidoc": "^0.23.0",
"axios": "^0.19.0",
"bitcoin-rpc-promise-retry": "^1.3.0",
"bitcore-lib-cash": "^8.20.3",
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
@@ -55,6 +56,7 @@
"pg": "^8.0.0",
"pg-hstore": "^2.3.2",
"rate-limiter-flexible": "^2.0.0",
"slp-validate": "^1.2.2",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.0.0"
},