mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 09:12:05 -07:00
Fixed integration test for gettxout
This commit is contained in:
@@ -732,6 +732,8 @@ async function getTxOut(req, res, next) {
|
||||
requestConfig.data.method = "gettxout"
|
||||
requestConfig.data.params = [txid, n, include_mempool]
|
||||
|
||||
// console.log(`requestConfig: ${JSON.stringify(requestConfig, null, 2)}`)
|
||||
|
||||
const response = await BitboxHTTP(requestConfig)
|
||||
|
||||
return res.json(response.data.result)
|
||||
|
||||
Reference in New Issue
Block a user