1
0
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:
Roman Zeyde 2018-06-10 23:10:39 +03:00
parent b4b05909d5
commit a47337c2c3
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -90,7 +90,7 @@ impl ReadStore for MempoolStore {
}
}
pub struct Stats {
struct Stats {
tx: Transaction,
entry: MempoolEntry,
}