Browse Source

Merge pull request #293 from aalness/master

RPC not required.
patch-2
Ryan X. Charles 11 years ago
parent
commit
40a367993c
  1. 2
      README.md

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

Loading…
Cancel
Save