node/pkg/guardiand: require pythnetWS argument (#3342)

This commit is contained in:
Reisen 2023-08-30 22:49:51 +01:00 committed by GitHub
parent c8abfd7333
commit 0de011cb42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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")