Skip to content

Commit

Permalink
docs: Update for txscript v2 module.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh committed Jun 24, 2019
1 parent 69e641e commit 6a3c1fe
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ The following versioned modules are provided by dcrd repository:
* [stake](https://github.com/decred/dcrd/tree/master/blockchain/stake) -
Provides an API for working with stake transactions and other portions
related to the Proof-of-Stake (PoS) system
* [txscript](https://github.com/decred/dcrd/tree/master/txscript) -
* [txscript/v2](https://github.com/decred/dcrd/tree/master/txscript) -
Implements the Decred transaction scripting language
* [dcrec](https://github.com/decred/dcrd/tree/master/dcrec) - Provides constants
for the supported cryptographic signatures supported by Decred scripts
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/module_hierarchy.gv
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ digraph {
dcrutil [label="dcrutil/v2" fillcolor=burlywood]
database [label="database" fillcolor=dodgerblue]
hdkeychain [label="hdkeychain/v2" fillcolor=deepskyblue]
txscript [label="txscript" fillcolor=mediumspringgreen]
txscript [label="txscript/v2" fillcolor=mediumspringgreen]
stake [label="blockchain/stake" fillcolor=bisque]
gcs [label="gcs" fillcolor=gold]
blockchain [label="blockchain" fillcolor=orchid]
Expand Down
Loading

0 comments on commit 6a3c1fe

Please sign in to comment.