Merge pull request #105 from Permissionless-Software-Foundation/ct-unstable

feat(v3 hydrateUxos): Deprecating v3 hydrateUtxos to improve system s…
This commit is contained in:
Chris Troutner
2021-02-24 18:21:47 -08:00
committed by GitHub
+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