We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbbb17 commit 0cdd1e5Copy full SHA for 0cdd1e5
code/Node.java
@@ -15,7 +15,7 @@ public Node(Node left, Node right, byte[] hash) {
15
}
16
17
public Node(Stakeholder stakeholder) {
18
- this(null, null, stakeholder, SHA2(stakeholder.toBytes()));
+ this(null, null, stakeholder, Fts.SHA2(stakeholder.toBytes()));
19
20
21
public boolean isLeaf() {
0 commit comments