Compare commits

...
2 Commits
Author SHA1 Message Date
Chris Troutner ac96860c27 Merge pull request #105 from Permissionless-Software-Foundation/ct-unstable
feat(v3 hydrateUxos): Deprecating v3 hydrateUtxos to improve system s…
2021-02-24 18:21:47 -08:00
Chris Troutner c51290acf5 feat(v3 hydrateUxos): Deprecating v3 hydrateUtxos to improve system stability 2021-02-24 18:18:23 -08:00
+2 -1
View File
@@ -85,7 +85,7 @@ class Slp {
_this.txsByAddressSingle _this.txsByAddressSingle
) )
_this.router.post('/generateSendOpReturn', _this.generateSendOpReturn) _this.router.post('/generateSendOpReturn', _this.generateSendOpReturn)
_this.router.post('/hydrateUtxos', _this.hydrateUtxos) // _this.router.post('/hydrateUtxos', _this.hydrateUtxos)
} }
// DRY error handler. // DRY error handler.
@@ -1621,6 +1621,7 @@ class Slp {
* *
* *
*/ */
async hydrateUtxos (req, res, next) { async hydrateUtxos (req, res, next) {
try { try {
const utxos = req.body.utxos const utxos = req.body.utxos