浏览代码

Add changes file

rl1987 6 年之前
父节点
当前提交
e9f6f742b2
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      changes/ticket21349

+ 6 - 0
changes/ticket21349

@@ -0,0 +1,6 @@
+  o Code simplification and refactoring:
+    - Split sampled_guards_update_from_consensus() and
+      select_entry_guard_for_circuit() into subfunctions.
+      In entry_guards_update_primary() unite
+      three smartlist enumerations into one and move smartlist
+      comparison code out of the function. Closes ticket 21349.