Added unit tests for Blockbook txBulk route handler.

This commit is contained in:
Chris Troutner
2019-09-25 13:33:35 -07:00
parent 04efadbe5f
commit a088a74171
2 changed files with 176 additions and 1 deletions
+1 -1
View File
@@ -450,7 +450,7 @@ async function txBulk(req, res, next) {
if (!Array.isArray(txids)) {
res.status(400)
return res.json({
error: "txids needs to be an array. Use GET for single address."
error: "txids need to be an array. Use GET for single address."
})
}