From 9e215b2979f137dd68ada0b3eccd4d4d0ab87d85 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Fri, 11 Mar 2022 02:17:11 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27e1e47..fe9a34f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ ## ☠️ Some terminology - #### Merkle tree: a type of binary tree, composed of a set of notes with a large number of leaf nodes at the bottom of the tre containing the underlying data, a set of intermediate nodes where each node is the hash of its two children, and finally a single root node, also formed from the hash of its two children, representing the top of the tree.