summaryrefslogtreecommitdiff
path: root/changes/ticket23760
blob: 9213b14627e1874807e862abee353d09522c92fe (plain)
1
2
3
4
  o Code simplification and refactoring:
    - We make extend_info_from_node() use node_get_curve25519_onion_key()
      introduced in ticket 23577 to access the curve25519 public keys rather
      than accessing it directly. Closes ticket 23760. Patch by Neel Chauhan.