feat: turn address into a coin-agnostic solution

This commit is contained in:
Sérgio Salgado 2022-10-04 19:28:18 +01:00 committed by Rafael
parent c5f3caab2f
commit 473bb15c24
9 changed files with 122 additions and 177 deletions

View file

@ -94,7 +94,7 @@ function logActionById (action, _rec, txId) {
}
function checkForBlacklisted (tx) {
return blacklist.blocked(tx.toAddress, tx.cryptoCode)
return blacklist.blocked(tx.toAddress)
}
function postProcess (r, pi, isBlacklisted, addressReuse, walletScore) {