Update comment

The last PR added a thread that logs entries without needing to
be driven by the client.
This commit is contained in:
Greg Fitzgerald 2018-05-03 13:26:45 -06:00
parent de680c2a8e
commit c9c7fb0a27
1 changed files with 1 additions and 3 deletions

View File

@ -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<Hash, ()> {
let req = Request::GetLastId;
let data = serialize(&req).expect("serialize GetId");