OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / vendor / github.com / tendermint / tmlibs / merkle / README.md
diff --git a/vendor/github.com/tendermint/tmlibs/merkle/README.md b/vendor/github.com/tendermint/tmlibs/merkle/README.md
deleted file mode 100644 (file)
index c449783..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-## Simple Merkle Tree
-
-For smaller static data structures that don't require immutable snapshots or mutability; 
-for instance the transactions and validation signatures of a block can be hashed using this simple merkle tree logic.