Skip to content

Commit

Permalink
a minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Feb 17, 2023
1 parent a9d0d5a commit 03a7cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/nmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ maxNS := nmt.MaxNamespace(root, tree.NamespaceSize())

## Generate Namespace Proof

The `ProveNamespace` can be used to generate a namespace proof for a specific namespace ID.
The `ProveNamespace` method can be used to generate a namespace proof for a specific namespace ID.

```go
func (n *NamespacedMerkleTree) ProveNamespace(nID namespace.ID) (Proof, error)
Expand Down

0 comments on commit 03a7cdb

Please sign in to comment.