Skip to content
  • Roger Dingledine's avatar
    stop asserting at boot · 56771f39
    Roger Dingledine authored
    The patch for 3228 made us try to run init_keys() before we had loaded
    our state file, resulting in an assert inside init_keys. We had moved
    it too early in the function.
    
    Now it's later in the function, but still above the accounting calls.
    56771f39