Bare consensus refactor

This commit is contained in:
Jae Kwon
2015-11-01 11:34:08 -08:00
parent 5abf2e3c43
commit e12f9d10e7
101 changed files with 342 additions and 12709 deletions

View File

@ -11,7 +11,7 @@ import (
"strings"
"sync"
acm "github.com/tendermint/tendermint/account"
"github.com/tendermint/go-crypto"
btypes "github.com/tendermint/tendermint/cmd/barak/types"
. "github.com/tendermint/go-common"
cfg "github.com/tendermint/go-config"
@ -29,7 +29,7 @@ func remoteNick(remote string) string {
var Config = struct {
Remotes []string
PrivKey acm.PrivKey
PrivKey crypto.PrivKey
}{}
func main() {