node/pkg/guardiand: require pythnetWS argument (#3342)
This commit is contained in:
parent
c8abfd7333
commit
0de011cb42
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue