Skip to content

Commit

Permalink
override client if exists (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 authored Nov 8, 2024
1 parent 9a81ba3 commit 3965ef4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/launchtools/steps/ibc.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ func link(r *Relayer) error {
RelayerPathName,
"--version",
string(versionBz),
"--override",
})
}

Expand All @@ -282,6 +283,7 @@ func linkWithPorts(srcPort string, dstPort string, version string) func(*Relayer
dstPort,
"--version",
string(versionBz),
"--override",
})
}
}
Expand Down

0 comments on commit 3965ef4

Please sign in to comment.