commit e9f6f742b2729ee62e97711f08fec8e8a97393d7 parent 042d22c8d1c4e4224feadd4ff3995769eb8301b4 Author: rl1987 <rl1987@sdf.lonestar.org> Date: Fri, 22 Jun 2018 16:48:57 +0300 Add changes file Diffstat:
| A | changes/ticket21349 | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/changes/ticket21349 b/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.