Skip to content

Commit

Permalink
fix: create channel with force flag
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs committed Nov 29, 2024
1 parent 576574e commit c8a4ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/create_ibc_channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (r *Relayer) CreateIBCChannel(
// Sleep for a few seconds to make sure the connection is created
time.Sleep(15 * time.Second)
// we ran create channel with override, as it not recovarable anyway
createChannelCmd := r.getCreateChannelCmd(false)
createChannelCmd := r.getCreateChannelCmd(true)

pterm.Info.Println("💈 Creating channel (this may take a while)...")
if err := r.WriteRelayerStatus(status); err != nil {
Expand Down

0 comments on commit c8a4ffb

Please sign in to comment.