Skip to content

Commit

Permalink
chore: adds a link to the nmt specs (#174)
Browse files Browse the repository at this point in the history
## Overview
A mini PR to close #98 

## Checklist

- [x] New and updated code has appropriate documentation
- [x] New and updated code has new and/or updated testing
- [x] Required CI checks are passing
- [x] Visual proof for any user facing features like CLI or
documentation updates
- [x] Linked issues closed with keywords
  • Loading branch information
staheri14 authored Apr 12, 2023
1 parent 7c1b883 commit 2c15503
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ This implementation was heavily inspired by the initial implementation in the ce
[@musalbas]: https://github.com/musalbas

[prototype]: https://github.com/celestiaorg/lazyledger-prototype
[NebulousLabs']: https://gitlab.com/NebulousLabs/merkletree

## Contributing

Expand Down
1 change: 1 addition & 0 deletions nmt.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Package nmt contains an NMT implementation.
// The specifications can be found in https://github.com/celestiaorg/nmt/blob/master/docs/spec/nmt.md.
package nmt

import (
Expand Down

0 comments on commit 2c15503

Please sign in to comment.