Merge pull request #293 from aalness/master

RPC not required.
This commit is contained in:
Ryan X. Charles 2014-04-27 18:14:06 -04:00
commit 40a367993c
1 changed files with 1 additions and 1 deletions

View File

@ -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');