mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
cleanup unused import (#2045)
This commit is contained in:
parent
f05d3dd920
commit
b9cfcc777b
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ use core::{core, global};
|
||||||
use p2p;
|
use p2p;
|
||||||
use pool;
|
use pool;
|
||||||
use rand::prelude::*;
|
use rand::prelude::*;
|
||||||
use store;
|
|
||||||
use util::OneTime;
|
use util::OneTime;
|
||||||
|
|
||||||
/// Implementation of the NetAdapter for the . Gets notified when new
|
/// Implementation of the NetAdapter for the . Gets notified when new
|
||||||
|
|
Loading…
Reference in a new issue