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 cmd/vegawallet/commands/printer/interactive_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion core/collateral/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down