From 2497f354bd01958beafae3db43821af5c922b156 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Tue, 30 Jul 2019 18:02:32 -0400 Subject: [PATCH] update api domain --- reflector/blocklist.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflector/blocklist.go b/reflector/blocklist.go index 2078fb6..8cb25ea 100644 --- a/reflector/blocklist.go +++ b/reflector/blocklist.go @@ -19,7 +19,7 @@ import ( log "github.com/sirupsen/logrus" ) -const blocklistURL = "https://api.lbry.io/file/list_blocked" +const blocklistURL = "https://api.lbry.com/file/list_blocked" func (s *Server) enableBlocklist(b store.Blocklister) { // TODO: updateBlocklist should be killed when server is shutting down