Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Update p2p/dht.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id authored Oct 26, 2023
1 parent 9270c89 commit 96642c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/dht.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (q BlobstreamDHT) WaitForPeers(ctx context.Context, timeout time.Duration,
// and valset confirms. The checks are supposed to be handled by the validators under `p2p/validators.go`.
// Same goes for the Marshal and Unmarshal methods (as long as they're using simple Json encoding).

// PutDataCommitmentConfirm encodes a data commitment confirm then puts its values to the DHT.
// PutDataCommitmentConfirm encodes a data commitment confirm then puts its value to the DHT.
// The key can be generated using the `GetDataCommitmentConfirmKey` method.
// Returns an error if it fails to do so.
func (q BlobstreamDHT) PutDataCommitmentConfirm(ctx context.Context, key string, dcc types.DataCommitmentConfirm) error {
Expand Down

0 comments on commit 96642c3

Please sign in to comment.