diff --git a/docs/guides/seeder-user-guide.md b/docs/guides/seeder-user-guide.md index f29c4a9dfe..afb10070ef 100644 --- a/docs/guides/seeder-user-guide.md +++ b/docs/guides/seeder-user-guide.md @@ -31,7 +31,7 @@ Features: - Runs a mini-DNS server on port 53, along with a full node to crawl the network. - Stores peer IPs and peer statistics into a database, so that they are persisted across runs. -@dns_xch from Dexie created an [alternate light implemntation}](https://github.com/dexie-space/chia-seeder-light) in Rust that uses 99% less CPU and 66% less RAM with the only tradeoff being that it does not (currently) persist the crawled peer list across restarts. +@dns_xch from Dexie created an [alternate light implemntation}](https://github.com/dexie-space/chia-seeder-light) in Rust that uses 99% less CPU and 66% less RAM. ## Expectations for Chia Seeder operators