mirror of
https://github.com/romanz/electrs.git
synced 2025-02-24 23:08:39 +01:00
Remove unused Stats c-tor
This commit is contained in:
parent
38bb8411e1
commit
77573fdd19
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue