Skip to content

Commit

Permalink
node/pkg/guardiand: require pythnetWS argument (#3342)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reisen authored Aug 30, 2023
1 parent c8abfd7 commit 0de011c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node/cmd/guardiand/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,9 @@ func runNode(cmd *cobra.Command, args []string) {
if *pythnetRPC == "" {
logger.Fatal("Please specify --pythnetRPC")
}
if *pythnetWS == "" {
logger.Fatal("Please specify --pythnetWS")
}

if *injectiveWS == "" {
logger.Fatal("Please specify --injectiveWS")
Expand Down

0 comments on commit 0de011c

Please sign in to comment.