From ec6400a5c16ad5b6c73ae9f666ac8f9f451460f7 Mon Sep 17 00:00:00 2001 From: Andy Alness Date: Sat, 26 Apr 2014 17:46:31 -0700 Subject: [PATCH] RPC not required. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ce5ebd..e1c2fdd 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ addrs.forEach(function(addr) { ## Monitoring Blocks and Transactions -For this example you need a running bitcoind instance with RPC enabled. +For this example you need a running bitcoind instance. ```js var bitcore = require('../bitcore');