bug40563 473 B

12345678
  1. o Major bugfixes (relay):
  2. - When opening a channel because of a circuit request that did not
  3. include an Ed25519 identity, record the Ed25519 identity that we
  4. actually received, so that we can use the channel for other circuit
  5. requests that _do_ list an Ed25519 identity.
  6. (Previously we had code to record this identity, but a logic bug
  7. caused it to be disabled.) Fixes bug 40563; bugfix on 0.3.0.1-alpha.
  8. Patch from "cypherpunks".