Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
q-uint committed Apr 13, 2024
1 parent e506b84 commit b27018b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/certified/HashTree.mo
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Blob "mo:base/Blob";
import Buffer "mo:base/Buffer";
import Iter "mo:base/Iter";
import List "mo:base/List";

Expand Down
1 change: 1 addition & 0 deletions src/certified/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ import HashTree "mo:core/certified/HashTree";
module {
encodeCBOR : HashTree -> Hash;
reconstruct : HashTree -> Hash;
wellFormed : HashTree -> Bool;
};
```

0 comments on commit b27018b

Please sign in to comment.