node: don't require algorandIndexerToken

This commit is contained in:
Evan Gray 2022-09-29 22:44:45 +00:00 committed by Evan Gray
parent 2914e48780
commit 6a8ac2304f
1 changed files with 0 additions and 3 deletions

View File

@ -648,9 +648,6 @@ func runNode(cmd *cobra.Command, args []string) {
if *algorandIndexerRPC == "" {
logger.Fatal("Please specify --algorandIndexerRPC")
}
if *algorandIndexerToken == "" {
logger.Fatal("Please specify --algorandIndexerToken")
}
if *algorandAlgodRPC == "" {
logger.Fatal("Please specify --algorandAlgodRPC")
}