We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ff10d commit 90470deCopy full SHA for 90470de
coprocessor/fhevm-engine/host-listener/src/bin/main.rs
@@ -11,5 +11,7 @@ async fn main() -> anyhow::Result<()> {
11
"otlp-layer",
12
);
13
14
+ //
15
+
16
host_listener::cmd::main(args).await
17
}
0 commit comments