From 8f618a0f948c517b9bf4fba0ab7d33962536a5cc Mon Sep 17 00:00:00 2001 From: Benjamin Canou Date: Wed, 15 Feb 2017 13:45:31 +0100 Subject: [PATCH] Proto: remove voting proposal cleanup when there is none. --- src/proto/bootstrap/amendment.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/proto/bootstrap/amendment.ml b/src/proto/bootstrap/amendment.ml index 217445196..495824cf7 100644 --- a/src/proto/bootstrap/amendment.ml +++ b/src/proto/bootstrap/amendment.ml @@ -55,7 +55,6 @@ let start_new_voting_cycle ctxt = match select_winning_proposal proposals with | None -> Vote.freeze_listings ctxt >>=? fun ctxt -> - Vote.clear_current_proposal ctxt >>=? fun ctxt -> return ctxt | Some proposal -> Vote.set_current_proposal ctxt proposal >>=? fun ctxt ->