fix: ciphertrace blocking txs without being enabled

fix: ciphertrace supported coins
This commit is contained in:
Sérgio Salgado 2023-06-13 16:35:41 +01:00
parent 18ca872d05
commit 0bf3188555
2 changed files with 12 additions and 5 deletions

View file

@ -29,8 +29,10 @@ export default {
settings: {
enabled: true,
disabledMessage: 'This plugin is disabled',
label: 'Enabled',
requirement: null
label:
'Enabled (Supported coins: BTC, ETH, BCH, LTC and all active ERC-20 tokens)',
requirement: null,
rightSideLabel: true
},
face: true
}