docs: Add fullblocktests entry and make consistent.

This commit is contained in:
Dave Collins 2016-10-20 19:37:14 -05:00
parent 9634a8cb0d
commit b8df516b4b
No known key found for this signature in database
GPG key ID: B8904D9D9C93D1F2

View file

@ -247,6 +247,8 @@ information.
Provides a common base for creating and managing Bitcoin network peers.
* [blockchain](https://github.com/btcsuite/btcd/tree/master/blockchain) -
Implements Bitcoin block handling and chain selection rules
* [blockchain/fullblocktests](https://github.com/btcsuite/btcd/tree/master/blockchain/fullblocktests) -
Provides a set of block tests for testing the consensus validation rules
* [txscript](https://github.com/btcsuite/btcd/tree/master/txscript) -
Implements the Bitcoin transaction scripting language
* [btcec](https://github.com/btcsuite/btcd/tree/master/btcec) - Implements