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");