Skip to content
  • Nick Mathewson's avatar
    Make hs_get_responsible_hsdirs() deterministic. · e386d61c
    Nick Mathewson authored
    This test was using the current time to pick the time period number,
    and a randomly generated hs key.  Therefore, it sometimes picked an
    index that would wrap around the example dht, and sometimes would
    not.
    
    The fix here is just to fix the time period and the public key.
    
    Fixes bug 25997; bugfix on 0.3.2.1-alpha.
    e386d61c