diff --git a/cmd/vegawallet/commands/printer/interactive_windows.go b/cmd/vegawallet/commands/printer/interactive_windows.go index 5f22eace1c8..dd329b5e929 100644 --- a/cmd/vegawallet/commands/printer/interactive_windows.go +++ b/cmd/vegawallet/commands/printer/interactive_windows.go @@ -40,7 +40,7 @@ func NewInteractivePrinter(w io.Writer) *InteractivePrinter { } } -// enableANSIColors enables support for ANSI color sequences in the Windows +// enableLegacyWindowsANSI enables support for ANSI color sequences in the Windows // default console (cmd.exe and the PowerShell application). Note that this // only works with Windows 10. Also note that Windows Terminal supports colors // by default. diff --git a/core/collateral/engine.go b/core/collateral/engine.go index 191984b72fe..6df9254b56f 100644 --- a/core/collateral/engine.go +++ b/core/collateral/engine.go @@ -1156,7 +1156,7 @@ func (e *Engine) GetInfraFeeAccountIDs() []string { return accountIDs } -// GetPendingTransferAccount return the pending transfers account for the asset. +// GetPendingTransfersAccount return the pending transfers account for the asset. func (e *Engine) GetPendingTransfersAccount(asset string) *types.Account { acc, err := e.GetAccountByID(e.accountID(noMarket, systemOwner, asset, types.AccountTypePendingTransfers)) if err != nil {