Feat: user compliance saving to DB
This commit is contained in:
parent
204e421b3d
commit
2a9e8dadba
7 changed files with 79 additions and 29 deletions
|
|
@ -31,9 +31,9 @@ function post (machineTx, pi) {
|
|||
|
||||
if (_.some(it => it.created_by_operator === true)(blacklistItems)) {
|
||||
blacklisted = true
|
||||
notifier.addBlacklistNotification(r.tx, false)
|
||||
notifier.blacklistNotify(r.tx, false)
|
||||
} else if (_.some(it => it.created_by_operator === false)(blacklistItems) && rejectAddressReuseActive) {
|
||||
notifier.addBlacklistNotification(r.tx, true)
|
||||
notifier.blacklistNotify(r.tx, true)
|
||||
addressReuse = true
|
||||
}
|
||||
return postProcess(r, pi, blacklisted, addressReuse)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue