Remove unused Stats c-tor
This commit is contained in:
parent
38bb8411e1
commit
77573fdd19
|
@ -59,12 +59,6 @@ pub struct Stats {
|
|||
entry: MempoolEntry,
|
||||
}
|
||||
|
||||
impl Stats {
|
||||
pub fn new(tx: Transaction, entry: MempoolEntry) -> Stats {
|
||||
Stats { tx, entry }
|
||||
}
|
||||
}
|
||||
|
||||
pub struct Tracker {
|
||||
stats: HashMap<Sha256dHash, Stats>,
|
||||
index: MempoolStore,
|
||||
|
|
Loading…
Reference in New Issue
Block a user