udpated benchmarks

This commit is contained in:
Patrick Nagurny 2015-07-17 11:56:15 -04:00
parent 02b2d165d7
commit a2f271bf03
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ var fixtureData = {
]
};
var bitcoind = require('../')({
var bitcoind = require('../').daemon({
directory: '~/.bitcoin',
testnet: true
});