mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 08:51:08 +03:00
Remove compiler warning (#3331)
This commit is contained in:
parent
5d0791bbd1
commit
d2d3e4c547
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue