Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e/runner/sui.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion zetaclient/config/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Comment thread
oncecelll marked this conversation as resolved.
// return public IP if already set
Expand Down