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 pkg/binutils/binaries.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func installZipArchive(zipfile []byte, binDir string) error {
return fmt.Errorf("failed to create app binary directory: %w", err)
}

// Closure to address file descriptors issue, uses Close to to not leave open descriptors
// Closure to address file descriptors issue, uses Close to not leave open descriptors
extractAndWriteFile := func(f *zip.File) error {
rc, err := f.Open()
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion pkg/localnet/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func PrintEndpoints(
}

// PrintBlockchainEndpoints prints out a table of (RPC Kind, RPC) for the given
// [blockchain] associated to the the given tmpnet [networkDir]
// [blockchain] associated to the given tmpnet [networkDir]
// RPC Kind to be in [Localhost, Codespace] where the latest
// is used only if inside a codespace environment
func PrintBlockchainEndpoints(
Expand Down