diff --git a/e2e/runner/sui.go b/e2e/runner/sui.go index d7d4db56e9..d008b4eca6 100644 --- a/e2e/runner/sui.go +++ b/e2e/runner/sui.go @@ -234,7 +234,7 @@ func (r *E2ERunner) SuiCreateExampleWACPayload(authorizedSender ethcommon.Addres return sui.NewCallPayload(argumentTypes, objects, message) } -// SuiCreateExampleWACPayload creates a payload that triggers a revert in the 'on_call' +// SuiCreateExampleWACPayloadForRevert creates a payload that triggers a revert in the 'on_call' // function in Sui the example package func (r *E2ERunner) SuiCreateExampleWACPayloadForRevert() (sui.CallPayload, error) { // only the CCTX's coinType is needed, no additional arguments diff --git a/zetaclient/config/types.go b/zetaclient/config/types.go index 8da7ebba3b..07d21d38d5 100644 --- a/zetaclient/config/types.go +++ b/zetaclient/config/types.go @@ -221,7 +221,7 @@ func (c Config) Validate() error { return nil } -// ResolvePublicDNS4 resolves the public DNS to an IPv4 address when public IP isn't set. +// ResolvePublicIP resolves the public DNS to an IPv4 address when public IP isn't set. // For simplicity, the 1st resolved IPv4 address is used if multiple IP addresses are found. func (c Config) ResolvePublicIP(logger zerolog.Logger) (string, error) { // return public IP if already set