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 bc15575 commit 479cab4
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 @@ -165,7 +165,7 @@ func (q BlobstreamDHT) GetValsetConfirm(ctx context.Context, key string) (types.
// PutLatestValset encodes a valset then puts its value to the DHT.
// The key will be returned by the `GetValsetKey` method.
// If the valset is not the latest, it will fail.
// Returns an error if it fails to do so.
// Returns an error if it fails.
func (q BlobstreamDHT) PutLatestValset(ctx context.Context, v types2.Valset) error {
encodedData, err := types.MarshalValset(v)
if err != nil {
Expand Down

0 comments on commit 479cab4

Please sign in to comment.