From 1e7b526444b7b3c398c3ca5a079d00c74e7ddc8a Mon Sep 17 00:00:00 2001 From: Utkarsh Gupta Date: Wed, 12 Jul 2023 15:49:52 +0530 Subject: [PATCH] don't run actions --- node/src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/node/src/main.rs b/node/src/main.rs index 5904a4546..56bcc91f9 100644 --- a/node/src/main.rs +++ b/node/src/main.rs @@ -1,5 +1,7 @@ // Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved. +// Don't run actions + pub fn main() { let args: Vec = std::env::args().collect(); let exit_code = node_lib::sub_lib::main_tools::main_with_args(args.as_slice());