Remove the distribution cache

It's a notable bandwidth/performance improvement, yet it's not ready. We need a
dedicated Distribution struct which is managed by the wallet and passed in.
While we can do that now, it's not currently worth the effort.
This commit is contained in:
Luke Parker
2024-04-22 00:29:18 -04:00
parent 51e2f24bc1
commit 3283cd79e4
4 changed files with 1 additions and 33 deletions

View File

@@ -36,4 +36,4 @@ dkg = { path = "../../crypto/dkg", default-features = false }
bitcoin-serai = { path = "../../coins/bitcoin", default-features = false, features = ["hazmat"] }
monero-generators = { path = "../../coins/monero/generators", default-features = false }
monero-serai = { path = "../../coins/monero", default-features = false, features = ["cache-distribution"] }
monero-serai = { path = "../../coins/monero", default-features = false }