ticket23760 270 B

1234
  1. o Code simplification and refactoring:
  2. - We make extend_info_from_node() use node_get_curve25519_onion_key()
  3. introduced in ticket 23577 to access the curve25519 public keys rather
  4. than accessing it directly. Closes ticket 23760. Patch by Neel Chauhan.