Skip to content

Commit

Permalink
redundant (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjor authored Oct 15, 2024
1 parent 21cd11a commit 35a53f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ These hashes take up far less storage space than the original data. The full
data can be stored in a cheaper, offchain location, and only needs to be
verified against the onchain hash when accessed.

The Solana State Compression program uses a Solana State Compression program
The Solana State Compression program uses a program
known as a **concurrent Merkle tree**. A concurrent Merkle tree is a special
kind of binary tree that deterministically hashes data, i.e. the same inputs
will always produce the same Merkle root.
Expand Down

0 comments on commit 35a53f3

Please sign in to comment.