docs: Add chainhash to README.md (#739)

This commit is contained in:
Janus Troelsen 2016-08-17 17:41:50 +02:00 committed by Dave Collins
parent cee207c64c
commit 4a5223266c

View file

@ -260,3 +260,6 @@ information.
Provides a database interface for the Bitcoin block chain
* [btcutil](https://github.com/btcsuite/btcutil) - Provides Bitcoin-specific
convenience functions and types
* [chainhash](https://github.com/btcsuite/btcd/tree/master/chaincfg/chainhash) -
Provides a generic hash type and associated functions that allows the
specific hash algorithm to be abstracted.