Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1561 from Artemkaaas/indy-1.8.2
Browse files Browse the repository at this point in the history
Indy 1.8.2
  • Loading branch information
ashcherbakov authored Mar 27, 2019
2 parents d8eac63 + 405c277 commit c0cce84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libindy/src/services/pool/request_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ impl<T: Networker> RequestSM<T> {
}
RequestEvent::CustomSingleRequest(msg, req_id) => {
state.networker.borrow_mut().process_event(Some(NetworkerEvent::SendOneRequest(msg.clone(), req_id.clone(), timeout)));
state.networker.borrow_mut().process_event(Some(NetworkerEvent::SendOneRequest(msg, req_id, timeout)));
state.networker.borrow_mut().process_event(Some(NetworkerEvent::Resend(req_id, timeout)));
(RequestState::Single(state.into()), None)
}
RequestEvent::CustomFullRequest(msg, req_id, local_timeout, nodes_to_send) => {
Expand Down

0 comments on commit c0cce84

Please sign in to comment.