From c9c7fb0a27a103dc8ed0af3b9edeeee48a999fb3 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Thu, 3 May 2018 13:26:45 -0600 Subject: [PATCH] Update comment The last PR added a thread that logs entries without needing to be driven by the client. --- src/accountant_stub.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/accountant_stub.rs b/src/accountant_stub.rs index b8c72167a4..b782c614e7 100644 --- a/src/accountant_stub.rs +++ b/src/accountant_stub.rs @@ -109,9 +109,7 @@ impl AccountantStub { } /// Request the last Entry ID from the server. This method blocks - /// until the server sends a response. At the time of this writing, - /// it also has the side-effect of causing the server to log any - /// entries that have been published by the Historian. + /// until the server sends a response. pub fn get_last_id(&mut self) -> FutureResult { let req = Request::GetLastId; let data = serialize(&req).expect("serialize GetId");