UUID -> PubKeyEd25519

This commit is contained in:
Jae Kwon
2015-07-15 14:31:03 -07:00
parent fd64547ce7
commit e4c351f5fc
23 changed files with 15 additions and 1217 deletions
-2
View File
@@ -11,7 +11,6 @@ import (
"strings"
"time"
"github.com/tendermint/tendermint/Godeps/_workspace/src/code.google.com/p/go-uuid/uuid"
acm "github.com/tendermint/tendermint/account"
"github.com/tendermint/tendermint/binary"
bc "github.com/tendermint/tendermint/blockchain"
@@ -253,7 +252,6 @@ func makeNodeInfo(sw *p2p.Switch, privKey acm.PrivKeyEd25519) *types.NodeInfo {
Moniker: config.GetString("moniker"),
ChainID: config.GetString("chain_id"),
Version: config.GetString("version"),
UUID: uuid.New(),
}
// include git hash in the nodeInfo if available