URI: 
       tUse Facebook's onion address for the Tor tests. - tordam - A library for peer discovery inside the Tor network
  HTML git clone https://git.parazyd.org/tordam
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 874f74e9e7bddba395bde85dbd1b4d63894a5624
   DIR parent cb46327f82f7046159fc637a76f9bb955f320382
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Mon, 29 Oct 2018 17:50:42 +0100
       
       Use Facebook's onion address for the Tor tests.
       
       Diffstat:
         M pkg/damlib/tor_test.go              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/pkg/damlib/tor_test.go b/pkg/damlib/tor_test.go
       t@@ -26,7 +26,7 @@ import (
        )
        
        func TestFetchHSPubkey(t *testing.T) {
       -        pubkey := FetchHSPubkey("szpvqtyw3vbgzb3s.onion")
       +        pubkey := FetchHSPubkey("facebookcorewwwi.onion")
        
                if !strings.HasPrefix(pubkey, "-----BEGIN") {
                        t.Fatal("Did not get a public key.")