Skip to content

Commit

Permalink
Merge pull request #53 from MinterTeam/dev
Browse files Browse the repository at this point in the history
update config and changelog
  • Loading branch information
danil-lashin authored Jul 4, 2018
2 parents 97719ef + 557b5f4 commit ebe8897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BREAKING CHANGES
- [core] Remove Reserve Coin from coin object. All coins should be reserved with base coin
- [core] Limit tx payload and service data to 128 bytes
- [core] Fix critical issue with instant convert of 2 custom coins
- [testnet] New testnet chain id (minter-test-network-8)
- [testnet] New testnet chain id (minter-test-network-9)
- [tendermint] Switched to v0.22.0

IMPROVEMENT
Expand Down
2 changes: 1 addition & 1 deletion networks/testnet/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ laddr = "tcp://0.0.0.0:46656"
seeds = ""

# Comma separated list of nodes to keep persistent connections to
persistent_peers = "6800bdd85df3a1ad6bfdd08eb640b11d47abddf5@95.216.148.138:46656"
persistent_peers = "249c62818bf4601605a65b5adc35278236bd5312@95.216.148.138:46656"

# Path to address book
addr_book_file = "config/addrbook.json"
Expand Down

0 comments on commit ebe8897

Please sign in to comment.