Skip to content

Commit

Permalink
Remove compiler warning (#3331)
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller authored May 21, 2020
1 parent 5d0791b commit d2d3e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/src/mining/stratumserver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ use serde_json::Value;
use std::collections::HashMap;
use std::net::SocketAddr;
use std::sync::Arc;
use std::thread;
use std::time::{Duration, SystemTime};
use std::{cmp, thread};

use crate::chain::{self, SyncState};
use crate::common::stats::{StratumStats, WorkerStats};
Expand Down

0 comments on commit d2d3e4c

Please sign in to comment.