mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 09:12:05 -07:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09f0cb6b6e | ||
|
|
fb43b3f390 | ||
|
|
f76f00d235 | ||
|
|
ac96860c27 | ||
|
|
c51290acf5 |
@@ -29,6 +29,7 @@ test-fullstack-bchn.sh
|
|||||||
start-fullstack-abc.sh
|
start-fullstack-abc.sh
|
||||||
start-fullstack-bchn.sh
|
start-fullstack-bchn.sh
|
||||||
start-ss-main.sh
|
start-ss-main.sh
|
||||||
|
start-decatur-bchn.sh
|
||||||
|
|
||||||
coverage
|
coverage
|
||||||
start-my-infra
|
start-my-infra
|
||||||
|
|||||||
Generated
+447
-439
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -29,7 +29,7 @@
|
|||||||
"node": ">=10.15.1"
|
"node": ">=10.15.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@psf/bch-js": "^4.15.8",
|
"@psf/bch-js": "^4.15.18",
|
||||||
"apidoc": "^0.26.0",
|
"apidoc": "^0.26.0",
|
||||||
"axios": "^0.21.1",
|
"axios": "^0.21.1",
|
||||||
"bitcore-lib-cash": "^8.23.1",
|
"bitcore-lib-cash": "^8.23.1",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user