Skip to content

Instantly share code, notes, and snippets.

@dangerousfood
Created June 11, 2019 19:14
Show Gist options
  • Save dangerousfood/a1ddfd6571d18c7fdfbe60aeda1063da to your computer and use it in GitHub Desktop.
Save dangerousfood/a1ddfd6571d18c7fdfbe60aeda1063da to your computer and use it in GitHub Desktop.
public void add(int index, Bytes32 leaf) {
dirty = true;
tree.get(0).add(index, leaf);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment