From d8399efc03a55cb36ae59fa865f14c40d151ecc1 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Wed, 28 Feb 2018 14:13:07 -0800 Subject: [PATCH] This library seems to not be used at all and all comments mentioning it are ghosts --- qa/rpc-tests/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/qa/rpc-tests/README.md b/qa/rpc-tests/README.md index 3bc64eec6..3f715e1fe 100644 --- a/qa/rpc-tests/README.md +++ b/qa/rpc-tests/README.md @@ -1,11 +1,6 @@ Regression tests of RPC interface ================================= -### [python-bitcoinrpc](https://github.com/jgarzik/python-bitcoinrpc) -Git subtree of [https://github.com/jgarzik/python-bitcoinrpc](https://github.com/jgarzik/python-bitcoinrpc). -Changes to python-bitcoinrpc should be made upstream, and then -pulled here using git subtree. - ### [test_framework/test_framework.py](test_framework/test_framework.py) Base class for new regression tests.