fix: reject reused addresses
This commit is contained in:
parent
3fdac72533
commit
2bfd26d13c
1 changed files with 2 additions and 2 deletions
|
|
@ -377,7 +377,8 @@ function migrateComplianceTriggers (config) {
|
||||||
'sanctionsVerificationActive',
|
'sanctionsVerificationActive',
|
||||||
'sanctionsVerificationThreshold',
|
'sanctionsVerificationThreshold',
|
||||||
'hardLimitVerificationActive',
|
'hardLimitVerificationActive',
|
||||||
'hardLimitVerificationThreshold'
|
'hardLimitVerificationThreshold',
|
||||||
|
'rejectAddressReuseActive'
|
||||||
]
|
]
|
||||||
|
|
||||||
const global = _.fromPairs(
|
const global = _.fromPairs(
|
||||||
|
|
@ -415,7 +416,6 @@ function migrateComplianceTriggers (config) {
|
||||||
createTrigger(requirements.block, global.hardLimitVerificationThreshold)
|
createTrigger(requirements.block, global.hardLimitVerificationThreshold)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
triggers,
|
triggers,
|
||||||
['compliance_rejectAddressReuse']: global.rejectAddressReuseActive
|
['compliance_rejectAddressReuse']: global.rejectAddressReuseActive
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue