docs: Add chainhash to README.md (#739)
This commit is contained in:
parent
cee207c64c
commit
4a5223266c
1 changed files with 3 additions and 0 deletions
|
@ -260,3 +260,6 @@ information.
|
||||||
Provides a database interface for the Bitcoin block chain
|
Provides a database interface for the Bitcoin block chain
|
||||||
* [btcutil](https://github.com/btcsuite/btcutil) - Provides Bitcoin-specific
|
* [btcutil](https://github.com/btcsuite/btcutil) - Provides Bitcoin-specific
|
||||||
convenience functions and types
|
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.
|
||||||
|
|
Loading…
Reference in a new issue