fix: ciphertrace ui score color
This commit is contained in:
parent
c003cc81f8
commit
209ead5e32
4 changed files with 11 additions and 5 deletions
|
|
@ -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'
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue