diff --git a/zetaclient/config/types.go b/zetaclient/config/types.go index e843397e0c..1392b29192 100644 --- a/zetaclient/config/types.go +++ b/zetaclient/config/types.go @@ -68,7 +68,7 @@ type TONConfig struct { // ComplianceConfig is the config for compliance type ComplianceConfig struct { LogPath string `json:"LogPath"` - RestrictedAddresses []string `json:"RestrictedAddresses"` + RestrictedAddresses []string `json:"RestrictedAddresses" mask:"zero"` } // Config is the config for ZetaClient