Fixed integration test for gettxout

This commit is contained in:
Chris Troutner
2019-11-13 08:40:37 -08:00
parent eb6b2e6ff3
commit ccac98dd5e
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -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)