aptos/watcher: allow it to run in mainnet

This commit is contained in:
Josh Siegel 2022-10-14 15:49:17 +00:00 committed by Csongor Kiss
parent 2a31454d29
commit 6b670e3abf
1 changed files with 0 additions and 3 deletions

View File

@ -659,9 +659,6 @@ func runNode(cmd *cobra.Command, args []string) {
if *arbitrumContract != "" && !*unsafeDevMode {
logger.Fatal("Please do not specify --arbitrumContract")
}
if *aptosRPC != "" && !*unsafeDevMode {
logger.Fatal("Please do not specify --aptosRPC")
}
}
if *nodeName == "" {
logger.Fatal("Please specify --nodeName")