Skip to content

Commit

Permalink
remove a comment and update a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Apr 10, 2024
1 parent 99a6349 commit 1ec586b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion relayer/hyperspace/hyperspace_relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var _ ibc.Relayer = &HyperspaceRelayer{}
// UpdateClients() - no hyperspace implementation yet
// AddKey() - no hyperspace implementation yet

// HyperspaceRelayer is the ibc.Relayer implementation for github.com/misko9/hyperspace.
// HyperspaceRelayer is the ibc.Relayer implementation for github.com/ComposableFi/hyperspace.
type HyperspaceRelayer struct {
// Embedded DockerRelayer so commands just work.
*relayer.DockerRelayer
Expand Down
2 changes: 1 addition & 1 deletion relayerfactory.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package interchaintest
// this comment to trigger ci

import (
"fmt"

Expand Down

0 comments on commit 1ec586b

Please sign in to comment.