Introduce node_get_curve25519_onion_key() in extend_info_from_node()

This commit is contained in:
Neel Chauhan
2017-11-21 09:16:18 -05:00
committed by teor
parent b1ab360eca
commit 83b8034a98
2 changed files with 10 additions and 2 deletions
+4
View File
@@ -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.