From fa2f7c59687d6428942a496e75bd33629a0510b0 Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Quiros Date: Tue, 14 Feb 2023 15:26:16 +0100 Subject: [PATCH] Fix toychat example --- examples/toy-chat/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/toy-chat/src/main.rs b/examples/toy-chat/src/main.rs index bffc5d9..716fc79 100644 --- a/examples/toy-chat/src/main.rs +++ b/examples/toy-chat/src/main.rs @@ -107,7 +107,7 @@ fn setup_node_handle() -> std::result::Result, Box