From ba8a1272bf9b522eb1432c79c869fe73521c1b0e Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 3 Oct 2016 08:57:13 -0700 Subject: [PATCH] bench: fix walletdb benchmark. --- bench/walletdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [];