This commit is contained in:
Tyera Eulberg 2018-06-22 14:41:43 -06:00 committed by Greg Fitzgerald
parent 5f3e3a17d3
commit 662bfb7b88
1 changed files with 2 additions and 1 deletions

View File

@ -277,7 +277,8 @@ mod tests {
assert!(carlos_result > 0);
let requests_socket = UdpSocket::bind("0.0.0.0:0").expect("drone bind to requests socket");
let transactions_socket = UdpSocket::bind("0.0.0.0:0").expect("drone bind to transactions socket");
let transactions_socket =
UdpSocket::bind("0.0.0.0:0").expect("drone bind to transactions socket");
let mut client = ThinClient::new(
leader.data.requests_addr,