mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-03 06:23:11 +00:00
Fix timestamp attribute of WakuMessage in examples (#26)
This commit is contained in:
parent
18436dfc21
commit
35f787d2ae
@ -197,7 +197,7 @@ fn run_app<B: Backend>(
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user