feat: scorechain address analysis

This commit is contained in:
Rafael Taranto 2024-04-30 17:18:36 +01:00
parent 5ae9b76c3b
commit 501da5f54a
15 changed files with 158 additions and 308 deletions

View file

@ -22,7 +22,7 @@ function postTx (req, res, next) {
throw httpError(tx.error, 570)
case 'scoreThresholdReached':
throw httpError(tx.error, 571)
case 'ciphertraceError':
case 'walletScoringError':
throw httpError(tx.error, 572)
default:
throw httpError(tx.error, 500)