diff --git a/bench/walletdb.js b/bench/walletdb.js index 3c12f035..07b3ed28 100644 --- a/bench/walletdb.js +++ b/bench/walletdb.js @@ -56,7 +56,7 @@ var runBench = co(function* runBench() { end(1000); for (i = 0; i < result.length; i++) - addrs.push(result[i].receiveAddress.getAddress()); + addrs.push(result[i].receive.getAddress()); // Addresses jobs = [];