From af2cba09da316fcb9d5eac1fe7143e5683380491 Mon Sep 17 00:00:00 2001 From: LordGhostX <47832826+LordGhostX@users.noreply.github.com> Date: Tue, 12 Mar 2024 11:42:54 +0100 Subject: [PATCH] remove timestamp from request --- docs/guides/nwaku/run-docker-compose.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/guides/nwaku/run-docker-compose.md b/docs/guides/nwaku/run-docker-compose.md index 3a52ce1..e2daeb0 100644 --- a/docs/guides/nwaku/run-docker-compose.md +++ b/docs/guides/nwaku/run-docker-compose.md @@ -90,8 +90,7 @@ curl --location 'http://127.0.0.1:8645/relay/v1/auto/messages' \ --header 'Content-Type: application/json' \ --data '{ "payload": "'$(echo -n "Hello Waku Network - from Anonymous User" | base64)'", - "contentTopic": "/my-app/2/chatroom-1/proto", - "timestamp":'$(date +%s)' + "contentTopic": "/my-app/2/chatroom-1/proto" }' ``` @@ -104,4 +103,4 @@ curl --location 'http://127.0.0.1:8645/store/v1/messages?contentTopics=%2Fmy-app :::tip Congratulations! You have successfully started a `nwaku` node with `RLN` enabled using Docker Compose. Have a look at the [Node Configuration Examples](/guides/nwaku/configure-nwaku) and [Advanced Configuration](https://github.com/waku-org/nwaku-compose/blob/master/ADVANCED.md) guides to learn how to configure `nwaku` for different use cases. -::: \ No newline at end of file +:::