Skip to content

Commit

Permalink
chore(zetaclient): mask compliance addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Nov 25, 2024
1 parent 771317f commit c47f88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetaclient/config/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c47f88a

Please sign in to comment.