From d2bd3972ab515f8b45a3df5ce2e4e9bb5d611e2c Mon Sep 17 00:00:00 2001 From: "zhoujun.ma" Date: Tue, 27 Feb 2024 20:17:16 -0800 Subject: [PATCH] update --- consensus/src/pipeline/execution_client.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/consensus/src/pipeline/execution_client.rs b/consensus/src/pipeline/execution_client.rs index e814ed43568301..2d30f48609b045 100644 --- a/consensus/src/pipeline/execution_client.rs +++ b/consensus/src/pipeline/execution_client.rs @@ -127,7 +127,6 @@ impl BufferManagerHandle { let reset_tx_to_buffer_manager = self.reset_tx_to_buffer_manager.take(); self.execute_tx = None; self.commit_tx = None; - self.reset_tx_to_buffer_manager = None; (reset_tx_to_rand_manager, reset_tx_to_buffer_manager) } }