Skip to content

Commit

Permalink
chore: remove deprecated relayer warning messages (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs authored Sep 22, 2024
1 parent a46c41a commit eeb1b17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 0 additions & 3 deletions cmd/relayer/setup/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,9 +425,6 @@ func Cmd() *cobra.Command {
pterm.DefaultBasicText.WithStyle(pterm.FgYellow.ToStyle()).
Sprintf("roller relayer services load"),
)
pterm.Warning.Println(
"IBC channels are activated only after the first IBC transfer from RollApp to Hub",
)
},
}

Expand Down
8 changes: 3 additions & 5 deletions cmd/relayer/start/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ import (
"context"
"fmt"

"github.com/pterm/pterm"
"github.com/spf13/cobra"

"github.com/dymensionxyz/roller/cmd/utils"
"github.com/dymensionxyz/roller/relayer"
"github.com/dymensionxyz/roller/utils/bash"
"github.com/dymensionxyz/roller/utils/config"
"github.com/dymensionxyz/roller/utils/config/tomlconfig"
"github.com/dymensionxyz/roller/utils/errorhandling"
"github.com/pterm/pterm"
"github.com/spf13/cobra"
)

// TODO: Test relaying on 35-C and update the prices
Expand Down Expand Up @@ -84,9 +85,6 @@ Consider using 'services' if you want to run a 'systemd' service instead.
rly.DstChannel,
)
fmt.Println("💈 Log file path: ", relayerLogFilePath)
pterm.Warning.Println(
"IBC channels are activated only after the first IBC transfer from RollApp to Hub",
)

select {}
},
Expand Down

0 comments on commit eeb1b17

Please sign in to comment.