Skip to content

Commit 80e5e46

Browse files
author
waalge
committed
Its important that users include trailing slash
This is not clear enough in the docs.
1 parent 1369cbe commit 80e5e46

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/developer-manual/consume.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Integrators should establish the expected feed ID from Orcfax documentation on
170170
the feed definition. The feed ID is a human readable label and decomposes as:
171171

172172
```sample
173-
<feed_type>/<feed_name>
173+
<feed_type>/<feed_name>/
174174
```
175175

176176
Warning: Orcfax reserves the possibility to use a `versioned_feed_id` as the
@@ -181,7 +181,9 @@ value in the statement. A versioned feed ID has the following form:
181181
```
182182

183183
For this reason integrators must check that the `feed_id` value begins with the
184-
expected bytes, rather than assume that there is equality.
184+
expected bytes, rather than assume that there is equality. Its also important to
185+
include the trailing `/` after the feed name. Including the slash prevents, say,
186+
a `ADA-USDM` being used when only `ADA-USD` is desired.
185187

186188
### Verifying the created at
187189

0 commit comments

Comments
 (0)