Skip to content

Commit

Permalink
change NmtCodecName to "nmt-node"
Browse files Browse the repository at this point in the history
Co-authored-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
  • Loading branch information
evan-forbes and liamsi committed Mar 15, 2021
1 parent c270849 commit 5b848cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/ipld/plugin/nodes/nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
Nmt = 0x7700

// NmtCodecName is the name used during registry of the Nmt codec
NmtCodecName = "nmt-inner-or-leaf-node"
NmtCodecName = "nmt-node"

// Sha256Namespace8Flagged is the multihash code used to hash blocks
// that contain an NMT node (inner and leaf nodes).
Expand Down

0 comments on commit 5b848cb

Please sign in to comment.