mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 09:12:05 -07:00
Added unit tests for Blockbook txBulk route handler.
This commit is contained in:
@@ -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."
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user