Skip to content

Commit

Permalink
udpated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrokonrad committed Jan 29, 2025
1 parent 8b5f650 commit 9ef7c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/getting-started/choose-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ const datum = await lucid.provider.getDatum("<datum_hash>");
```

For convenience you can also query datums directly from utxos. When you query
the datum for a UTxO, Lucid automatically adds the datum to the UTxO. This means
that subsequent queries for the same UTxO will return the result instantly,
the datum for a utxo, Lucid automatically adds the datum to the utxo. This means
that subsequent queries for the same utxo will return the result instantly,
without the need for an additional network request.

```js
Expand Down

0 comments on commit 9ef7c75

Please sign in to comment.