From c51290acf598658f1dbfdbdf13f339e1b7de999f Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 24 Feb 2021 18:18:23 -0800 Subject: [PATCH] feat(v3 hydrateUxos): Deprecating v3 hydrateUtxos to improve system stability --- src/routes/v3/slp.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes/v3/slp.js b/src/routes/v3/slp.js index 8e4301e..5510c58 100644 --- a/src/routes/v3/slp.js +++ b/src/routes/v3/slp.js @@ -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