fix readme example.

This commit is contained in:
Christopher Jeffrey 2014-10-06 12:57:59 -07:00
parent 487d78a644
commit 156abd44e5

View File

@ -103,7 +103,7 @@ libuv I'm guessing. This is being investigated.
bitcoind.js has direct access to the global wallet:
``` js
var bitcoind = require('bitcoind.js)();
var bitcoind = require('bitcoind.js')();
bitcoind.on('open', function() {
console.log(bitcoind.wallet.listAccounts());
});