mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user