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 96642c3 commit 7f5f74f
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 @@ -132,7 +132,7 @@ func (q BlobstreamDHT) GetDataCommitmentConfirm(ctx context.Context, key string)
return confirm, nil
}

// PutValsetConfirm encodes a valset confirm then puts its values to the DHT.
// PutValsetConfirm encodes a valset confirm then puts its value to the DHT.
// The key can be generated using the `GetValsetConfirmKey` method.
// Returns an error if it fails to do so.
func (q BlobstreamDHT) PutValsetConfirm(ctx context.Context, key string, vc types.ValsetConfirm) error {
Expand Down

0 comments on commit 7f5f74f

Please sign in to comment.