Skip to content

Commit

Permalink
Remove unnecessary description
Browse files Browse the repository at this point in the history
  • Loading branch information
Uacias authored and neotheprogramist committed Nov 14, 2023
1 parent dc37f4b commit 4ce9944
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,4 @@ public interface VerkleTrie<K, V> {
*/
void commit(NodeUpdater nodeUpdater);

/**
* Returns the DOT representation of the entire Verkle Trie.
*
* @return The DOT representation of the Verkle Trie.
*/

}

0 comments on commit 4ce9944

Please sign in to comment.