use testnet in readme.'

This commit is contained in:
Christopher Jeffrey 2014-10-20 09:44:31 -07:00
parent a5ba554c1f
commit 5894fb3972
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@ bitcoind.js has direct access to the global wallet:
``` js
var bitcoind = require('bitcoind.js')({
directory: '~/.libbitcoin-test'
directory: '~/.libbitcoin-test',
testnet: false
});
bitcoind.on('open', function() {
console.log(bitcoind.wallet.listAccounts());