mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
Make mempool::Stats struct private
This commit is contained in:
parent
b4b05909d5
commit
a47337c2c3
@ -90,7 +90,7 @@ impl ReadStore for MempoolStore {
|
||||
}
|
||||
}
|
||||
|
||||
pub struct Stats {
|
||||
struct Stats {
|
||||
tx: Transaction,
|
||||
entry: MempoolEntry,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user