aptos/watcher: allow it to run in mainnet
This commit is contained in:
parent
2a31454d29
commit
6b670e3abf
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue