diff --git a/docs/README.md b/docs/README.md index 73b1a2db..71fbcdac 100644 --- a/docs/README.md +++ b/docs/README.md @@ -198,7 +198,7 @@ The following versioned modules are provided by dcrd repository: Implements the edwards25519 twisted Edwards curve * [database/v2](https://github.com/decred/dcrd/tree/master/database) - Provides a database interface for the Decred block chain -* [mempool/v2](https://github.com/decred/dcrd/tree/master/mempool) - Provides a +* [mempool/v3](https://github.com/decred/dcrd/tree/master/mempool) - Provides a policy-enforced pool of unmined Decred transactions * [dcrutil/v2](https://github.com/decred/dcrd/tree/master/dcrutil) - Provides Decred-specific convenience functions and types diff --git a/docs/assets/module_hierarchy.gv b/docs/assets/module_hierarchy.gv index 637e9bbf..d0afbabf 100644 --- a/docs/assets/module_hierarchy.gv +++ b/docs/assets/module_hierarchy.gv @@ -21,7 +21,7 @@ digraph { standalone [label="blockchain/standalone" fillcolor=firebrick4] gcs [label="gcs" fillcolor=gold] blockchain [label="blockchain/v2" fillcolor=orchid] - mempool [label="mempool/v2" fillcolor=slategray] + mempool [label="mempool/v3" fillcolor=slategray] mining [label="mining/v2" fillcolor=chartreuse] lru [label="lru" fillcolor=royalblue3] peer [label="peer/v2" fillcolor=khaki] diff --git a/docs/assets/module_hierarchy.svg b/docs/assets/module_hierarchy.svg index dd2b8d93..9d8c3566 100644 --- a/docs/assets/module_hierarchy.svg +++ b/docs/assets/module_hierarchy.svg @@ -263,7 +263,7 @@ mempool -mempool/v2 +mempool/v3 mempool->dcrd