diff --git a/docs/README.md b/docs/README.md index 0e69fdb6..f36dbce4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -215,7 +215,7 @@ The following versioned modules are provided by dcrd repository: concurrency safe Decred network address manager * [connmgr/v3](https://github.com/decred/dcrd/tree/master/connmgr) - Implements a generic Decred network connection manager -* [hdkeychain/v2](https://github.com/decred/dcrd/tree/master/hdkeychain) - +* [hdkeychain/v3](https://github.com/decred/dcrd/tree/master/hdkeychain) - Provides an API for working with Decred hierarchical deterministic extended keys * [gcs](https://github.com/decred/dcrd/tree/master/gcs) - Provides an API for diff --git a/docs/assets/module_hierarchy.gv b/docs/assets/module_hierarchy.gv index 3a1eb0d5..d7817af6 100644 --- a/docs/assets/module_hierarchy.gv +++ b/docs/assets/module_hierarchy.gv @@ -15,7 +15,7 @@ digraph { secp256k1 [label="dcrec/secp256k1/v3" fillcolor=mediumvioletred] dcrutil [label="dcrutil/v3" fillcolor=burlywood] database [label="database/v2" fillcolor=dodgerblue] - hdkeychain [label="hdkeychain/v2" fillcolor=deepskyblue] + hdkeychain [label="hdkeychain/v3" fillcolor=deepskyblue] txscript [label="txscript/v3" fillcolor=mediumspringgreen] stake [label="blockchain/stake/v2" fillcolor=bisque] standalone [label="blockchain/standalone" fillcolor=firebrick4] diff --git a/docs/assets/module_hierarchy.svg b/docs/assets/module_hierarchy.svg index 4c6695c5..9a1d5438 100644 --- a/docs/assets/module_hierarchy.svg +++ b/docs/assets/module_hierarchy.svg @@ -173,7 +173,7 @@ hdkeychain -hdkeychain/v2 +hdkeychain/v3 dcrutil->hdkeychain