Skip to content

Commit

Permalink
Merge pull request #64 from MinterTeam/dev
Browse files Browse the repository at this point in the history
v0.1.2
  • Loading branch information
danil-lashin committed Jul 24, 2018
2 parents 0a2bbb6 + 0f420d9 commit cf71865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var config = tmConfig.DefaultConfig()

func GetConfig() *tmConfig.Config {

config.P2P.PersistentPeers = "249c62818bf4601605a65b5adc35278236bd5312@95.216.148.138:26656"
config.P2P.PersistentPeers = "647e32df3b9c54809b5aca2877d9ba60900bc2d9@minter-node-1.testnet.minter.network:26656"

config.Moniker = "MinterNode"

Expand Down
2 changes: 1 addition & 1 deletion genesis/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

func GetTestnetGenesis() *tmtypes.GenesisDoc {

validatorPubKeyBytes, _ := base64.StdEncoding.DecodeString("qu4d3zD/VMkHFdkotWZS/FEb7Tci5Ylz6O+Ub12uOXk=")
validatorPubKeyBytes, _ := base64.StdEncoding.DecodeString("SuHuc+YTbIWwypM6mhNHdYozSIXxCzI4OYpnrC6xU7g=")
var validatorPubKey crypto.PubKeyEd25519
copy(validatorPubKey[:], validatorPubKeyBytes)

Expand Down

0 comments on commit cf71865

Please sign in to comment.