From c47f88a57680202dafc153fe74b8b06fb6b7446a Mon Sep 17 00:00:00 2001 From: Alex Gartner Date: Mon, 25 Nov 2024 13:18:48 -0800 Subject: [PATCH] chore(zetaclient): mask compliance addresses --- zetaclient/config/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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