Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Fix broken path #274

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $ grpcurl \
```

Option B: Retrieve the blob directly from EigenDA nodes. Integrate the
[Retrieval Client](https://github.com/Layr-Labs/eigenda/blob/master/clients/retrieval_client.go)
[Retrieval Client](https://github.com/Layr-Labs/eigenda/blob/master/api/clients/retrieval_client.go)
into your Go binary.

### Null Bytes Padding
Expand Down