fix: ciphertrace ui score color

This commit is contained in:
José Oliveira 2022-08-23 15:27:09 +01:00 committed by josepfo
parent c003cc81f8
commit 209ead5e32
4 changed files with 11 additions and 5 deletions

View file

@ -113,7 +113,8 @@ function postProcess (r, pi, isBlacklisted, addressReuse, walletScore) {
return Promise.resolve({
walletScore: walletScore.score,
operatorCompleted: true,
error: 'Ciphertrace score is above defined threshold'
error: 'Ciphertrace score is above defined threshold',
errorCode: 'scoreThresholdReached'
})
}