From 4a5223266c8f50f14dd5db53a195516d2e9f52eb Mon Sep 17 00:00:00 2001 From: Janus Troelsen Date: Wed, 17 Aug 2016 17:41:50 +0200 Subject: [PATCH] docs: Add chainhash to README.md (#739) --- docs/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/README.md b/docs/README.md index cb86fb19..8fc68773 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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.