diff --git a/examples/toy-chat/src/main.rs b/examples/toy-chat/src/main.rs index 904cdc4..887c6fc 100644 --- a/examples/toy-chat/src/main.rs +++ b/examples/toy-chat/src/main.rs @@ -197,7 +197,7 @@ fn run_app( buff, TOY_CHAT_CONTENT_TOPIC.clone(), 1, - Utc::now().timestamp() as usize, + Utc::now().timestamp_nanos() as usize, ); if let Err(e) = app.node_handle