diff --git a/lib/routes/txRoutes.js b/lib/routes/txRoutes.js index 8bda42d6..cfda6428 100644 --- a/lib/routes/txRoutes.js +++ b/lib/routes/txRoutes.js @@ -21,7 +21,7 @@ function postTx (req, res, next) { case 'InsufficientFundsError': throw httpError(tx.error, 570) case 'scoreThresholdReached': - throw httpError(tx.error, 570) + throw httpError(tx.error, 571) case 'ciphertraceError': throw httpError(tx.error, 572) default: