summaryrefslogtreecommitdiff
path: root/changes/ticket23760
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket23760')
-rw-r--r--changes/ticket237604
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket23760 b/changes/ticket23760
new file mode 100644
index 0000000000..9213b14627
--- /dev/null
+++ b/changes/ticket23760
@@ -0,0 +1,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.