From e54dde10e974bd55799eaa3bf2104f1d3aae6906 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Mon, 12 Aug 2019 04:02:01 -0500 Subject: [PATCH] docs: Update for mempool v3 module. --- docs/README.md | 2 +- docs/assets/module_hierarchy.gv | 2 +- docs/assets/module_hierarchy.svg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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