From e90b0c967f5aa60610a557055843aaa8f8b1b493 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sun, 23 Oct 2016 19:38:52 -0500 Subject: [PATCH] docs: Add mempool entry to developer tools section. --- docs/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/README.md b/docs/README.md index 530e49fa..1d90b4fa 100644 --- a/docs/README.md +++ b/docs/README.md @@ -256,6 +256,9 @@ information. Bitcoin scripts * [database](https://github.com/btcsuite/btcd/tree/master/database) - Provides a database interface for the Bitcoin block chain + * [mempool](https://github.com/btcsuite/btcd/tree/master/mempool) - + Package mempool provides a policy-enforced pool of unmined bitcoin + transactions. * [btcutil](https://github.com/btcsuite/btcutil) - Provides Bitcoin-specific convenience functions and types * [chainhash](https://github.com/btcsuite/btcd/tree/master/chaincfg/chainhash) -