update spv servers

This commit is contained in:
Niko Storni 2020-02-06 17:08:32 +01:00 committed by Alex Grintsvayg
parent 1a1f991e48
commit cb6443fa1e
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5

View file

@ -95,11 +95,15 @@ func sdHashesForOutpoints(outpoints []string) (map[string]valOrErr, error) {
node := wallet.NewNode()
defer node.Shutdown()
err := node.Connect([]string{
"spv4.lbry.com:50001",
"spv5.lbry.com:50001",
"spv6.lbry.com:50001",
"spv7.lbry.com:50001",
"spv8.lbry.com:50001",
"spv9.lbry.com:50001",
"spv15.lbry.com:50001",
"spv17.lbry.com:50001",
"spv19.1bry.com:50001",
"spv25.lbry.com:50001",
"spv26.lbry.com:50001",
}, nil)
if err != nil {
return nil, errors.Err(err)