tendermint2

This commit is contained in:
Ethan Buchman
2015-03-31 15:33:31 -07:00
parent e6c352dba0
commit 60f166e823
96 changed files with 260 additions and 260 deletions
+5 -5
View File
@@ -4,11 +4,11 @@ import (
"bytes"
"sort"
ac "github.com/tendermint/tendermint/account"
"github.com/tendermint/tendermint/binary"
. "github.com/tendermint/tendermint/common"
dbm "github.com/tendermint/tendermint/db"
"github.com/tendermint/tendermint/merkle"
ac "github.com/tendermint/tendermint2/account"
"github.com/tendermint/tendermint2/binary"
. "github.com/tendermint/tendermint2/common"
dbm "github.com/tendermint/tendermint2/db"
"github.com/tendermint/tendermint2/merkle"
)
func makeStorage(db dbm.DB, root []byte) merkle.Tree {