Merge pull request #1680 from RafaelTaranto/feat/scorechain
[LAM-1093] feat: scorechain address analysis
This commit is contained in:
commit
d109feb5a8
17 changed files with 173 additions and 309 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue