feat: turn address into a coin-agnostic solution
This commit is contained in:
parent
c5f3caab2f
commit
473bb15c24
9 changed files with 122 additions and 177 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue