fix: resolving two admin todos
This commit is contained in:
parent
e0581fc39b
commit
77e5d4860d
1 changed files with 2 additions and 3 deletions
|
|
@ -145,7 +145,6 @@ function migrateLocales (config) {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO new-admin: virtualCashOutDenomination
|
||||
function migrateCashOut (config) {
|
||||
const globalCodes = {
|
||||
fudgeFactorActive: 'fudgeFactorActive'
|
||||
|
|
@ -334,7 +333,6 @@ function migrateTermsAndConditions (config) {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO new-admin: rejectAddressReuseActive
|
||||
function migrateComplianceTriggers (config) {
|
||||
const triggerTypes = {
|
||||
amount: 'txAmount',
|
||||
|
|
@ -410,7 +408,8 @@ function migrateComplianceTriggers (config) {
|
|||
}
|
||||
|
||||
return {
|
||||
triggers
|
||||
triggers,
|
||||
['compliance_rejectAddressReuse']: rejectAddressReuseActive
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue