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());