Package import path change

This commit is contained in:
Jae Kwon
2015-04-01 17:30:16 -07:00
parent d8766e1d37
commit 13b6508ecd
99 changed files with 280 additions and 280 deletions

View File

@ -7,10 +7,10 @@ import (
"sort"
"strings"
"github.com/tendermint/tendermint2/account"
. "github.com/tendermint/tendermint2/common"
"github.com/tendermint/tendermint2/merkle"
"github.com/tendermint/tendermint2/types"
"github.com/tendermint/tendermint/account"
. "github.com/tendermint/tendermint/common"
"github.com/tendermint/tendermint/merkle"
"github.com/tendermint/tendermint/types"
)
// ValidatorSet represent a set of *Validator at a given height.