diff options
| author | Matt Corallo <[email protected]> | 2017-10-19 17:35:14 -0400 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2017-12-24 11:47:19 -0500 |
| commit | fb6f6b1519b0518b8939947043ea34b00bd05c7c (patch) | |
| tree | e116e9321ba6e64ebf7df3e305307472fb00e34e /src | |
| parent | Merge #11517: Tests: Improve benchmark precision (diff) | |
| download | discoin-fb6f6b1519b0518b8939947043ea34b00bd05c7c.tar.xz discoin-fb6f6b1519b0518b8939947043ea34b00bd05c7c.zip | |
bluematt's testnet-seed now supports x9 (and is just a static list)
Diffstat (limited to 'src')
| -rw-r--r-- | src/chainparams.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chainparams.cpp b/src/chainparams.cpp index a78f53003..ad648dc8d 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -232,7 +232,7 @@ public: vSeeds.emplace_back("testnet-seed.bitcoin.jonasschnelli.ch", true); vSeeds.emplace_back("seed.tbtc.petertodd.org", true); vSeeds.emplace_back("seed.testnet.bitcoin.sprovoost.nl", true); - vSeeds.emplace_back("testnet-seed.bluematt.me", false); + vSeeds.emplace_back("testnet-seed.bluematt.me", true); // Just a static list of stable node(s), only supports x9 base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,111); base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,196); |