diff options
Diffstat (limited to 'p2p/examples')
-rw-r--r-- | p2p/examples/monitor/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/examples/monitor/src/main.rs b/p2p/examples/monitor/src/main.rs index 990f8d2..78ada48 100644 --- a/p2p/examples/monitor/src/main.rs +++ b/p2p/examples/monitor/src/main.rs @@ -83,7 +83,7 @@ fn main() { .expect("Build rpc server"); // Run the RPC server - server.start().await; + server.start(); // Run the RPC Service service.run().await.expect("Run monitor rpc service"); |