Merge pull request #3614 from lbryio/grins-tracker

add tracker.lbry.grin.io
This commit is contained in:
Lex Berezhny 2022-06-06 13:13:01 -04:00 committed by GitHub
commit c04fbb2908
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -682,7 +682,8 @@ class Config(CLIConfig):
])
tracker_servers = Servers("BitTorrent-compatible (BEP15) UDP trackers for helping P2P discovery", [
('tracker.lbry.com', 1337)
('tracker.lbry.com', 9252),
('tracker.lbry.grin.io', 9252),
])
lbryum_servers = Servers("SPV wallet servers", [