diff --git a/lib/config-migration.js b/lib/config-migration.js index 579613b8..d84926e4 100644 --- a/lib/config-migration.js +++ b/lib/config-migration.js @@ -377,7 +377,8 @@ function migrateComplianceTriggers (config) { 'sanctionsVerificationActive', 'sanctionsVerificationThreshold', 'hardLimitVerificationActive', - 'hardLimitVerificationThreshold' + 'hardLimitVerificationThreshold', + 'rejectAddressReuseActive' ] const global = _.fromPairs( @@ -415,7 +416,6 @@ function migrateComplianceTriggers (config) { createTrigger(requirements.block, global.hardLimitVerificationThreshold) ) } - return { triggers, ['compliance_rejectAddressReuse']: global.rejectAddressReuseActive