Skip to content

Commit

Permalink
remove hard-requirement on the network not being set in the spkg when…
Browse files Browse the repository at this point in the history
… the user runs the gui
  • Loading branch information
Eduard-Voiculescu committed Nov 22, 2024
1 parent bdfe760 commit 660c9e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/substreams/gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ func runGui(cmd *cobra.Command, args []string) (err error) {
network := sflags.MustGetString(cmd, "network")
if network == "" {
network = packageBundle.Package.Network
if network == "" {
return fmt.Errorf("network not set, please provide a network")
}
}

defaultParams := make([]string, 0)
Expand Down

0 comments on commit 660c9e8

Please sign in to comment.