From c9340a662dab89ba573d88cb0834453489c3c3ac Mon Sep 17 00:00:00 2001 From: Scott Lystig Fritchie Date: Sat, 29 Aug 2015 15:06:57 +0900 Subject: [PATCH] Bugfix: force stable creation_time on inner none proj --- src/machi_chain_manager1.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/machi_chain_manager1.erl b/src/machi_chain_manager1.erl index 4b904dc..7345ec5 100644 --- a/src/machi_chain_manager1.erl +++ b/src/machi_chain_manager1.erl @@ -827,11 +827,12 @@ calc_projection2(LastProj, RelativeToServer, AllHosed, Dbg, end, P_none1 = P_none0#projection_v1{ epoch_number=OldEpochNum + 1, + %% Stable creation time! + creation_time={1,2,3}, dbg=[{none_projection,true}, {up0, Up0}, {up, Up}, {all_hosed, AllHosed}, - {oldepoch, OldEpochNum}, {oldupi, OldUPI_list}, {newupi, NewUPI_list}, {newupi3, NewUPI_list3},