From 5894fb3972ead90ff252c011fecdf67a8bd554a5 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 20 Oct 2014 09:44:31 -0700 Subject: [PATCH] use testnet in readme.' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04728824..91324393 100644 --- a/README.md +++ b/README.md @@ -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());