bench: fix walletdb benchmark.

This commit is contained in:
Christopher Jeffrey 2016-10-03 08:57:13 -07:00
parent a22611b990
commit ba8a1272bf
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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 = [];