Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
  • Loading branch information
kevina committed Apr 26, 2017
1 parent 957da2c commit e19161f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hamt/hamt.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ func NewHamtFromDag(dserv dag.DAGService, nd node.Node) (*HamtShard, error) {
return ds, nil
}

// SetPrefix sets the CID Prefix
func (ds *HamtShard) SetPrefix(prefix *cid.Prefix) {
ds.prefix = prefix
}
Expand Down

0 comments on commit e19161f

Please sign in to comment.