Commit 71c33ceb authored by George Hotz's avatar George Hotz

comments to explain trie changes

parent ce29d157
......@@ -110,12 +110,12 @@ rpc/json.go
rpc/types.go
trie/committer.go
#trie/database.go
#trie/database.go -- uses rawdb and fastcache
trie/encoding.go
trie/errors.go
trie/hasher.go
trie/iterator.go
trie/node.go
#trie/secure_trie.go
#trie/stacktrie.go
#trie/trie.go
#trie/secure_trie.go -- couple random comment outs, fix?
#trie/stacktrie.go -- persist the database
#trie/trie.go -- hacks for deletion
......@@ -28,8 +28,6 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/log"
//"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/rlp"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment