feat(v3 hydrateUxos): Deprecating v3 hydrateUtxos to improve system stability

This commit is contained in:
Chris Troutner
2021-02-24 18:18:23 -08:00
parent 2f520dcaec
commit c51290acf5
+2 -1
View File
@@ -85,7 +85,7 @@ class Slp {
_this.txsByAddressSingle
)
_this.router.post('/generateSendOpReturn', _this.generateSendOpReturn)
_this.router.post('/hydrateUtxos', _this.hydrateUtxos)
// _this.router.post('/hydrateUtxos', _this.hydrateUtxos)
}
// DRY error handler.
@@ -1621,6 +1621,7 @@ class Slp {
*
*
*/
async hydrateUtxos (req, res, next) {
try {
const utxos = req.body.utxos