Skip to content

Commit

Permalink
Update a RPC path in DAL rollup tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Cauderlier committed May 7, 2024
1 parent d71ef5f commit 709b46f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The DAL node provides an RPC endpoint for clients to send data to be added to a
1. Run this command to publish a message to the DAL:

```bash
curl localhost:10732/slot --data '"Hello, world!"' -H 'Content-Type: application/json'
curl localhost:10732/slots --data '"Hello, world!"' -H 'Content-Type: application/json'
```

This command assumes that you have not changed the default RPC server address.
Expand Down

0 comments on commit 709b46f

Please sign in to comment.