diff --git a/src/accountant_stub.rs b/src/accountant_stub.rs index 900ca7a8fb..f0c4890d39 100644 --- a/src/accountant_stub.rs +++ b/src/accountant_stub.rs @@ -115,7 +115,6 @@ impl AccountantStub { pub fn get_last_id(&mut self) -> FutureResult { let req = Request::GetLastId; let data = serialize(&req).expect("serialize GetId"); - assert!(data.len() < 4096); self.socket .send_to(&data, &self.addr) .expect("buffer error");