Updated seeds
Summary: See title.
Test Plan:
make check # Sanity check that new peers can be connected to. # This is not robust, but will do until this is automated. bitcoind git diff HEAD~ ./nodes_main.txt | grep "^+[0-9]" | cut -c 2- | xargs printf 'addnode=%s\n' >> ~/.bitcoin/bitcoin.conf bitcoin-cli getpeerinfo | grep "addr\": \"" bitcoind --testnet git diff HEAD~ ./nodes_test.txt | grep "^+[0-9]" | cut -c 2- | xargs printf 'addnode=%s\n' >> ~/.bitcoin/bitcoin.conf bitcoin-cli --testnet getpeerinfo | grep "addr\": \""
Reviewers: #bitcoin_abc, deadalnix
Reviewed By: #bitcoin_abc, deadalnix
Differential Revision: https://reviews.bitcoinabc.org/D3744