networks: revert to old testnet seeds for now.

This commit is contained in:
Christopher Jeffrey 2016-10-21 19:30:20 -07:00
parent ab9cf9ec7e
commit cb87c35caf
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -449,8 +449,8 @@ testnet = network.testnet = {};
testnet.type = 'testnet';
testnet.seeds = [
'testnet-seed.bitcoin.jonasschnelli.ch',
'seed.tbtc.petertodd.org',
'testnet-seed.alexykot.me',
'testnet-seed.bitcoin.petertodd.org',
'testnet-seed.bluematt.me',
'testnet-seed.bitcoin.schildbach.de'
];