diff --git a/lib/bitcoind.js b/lib/bitcoind.js index 9b5de3d5..73afd89c 100644 --- a/lib/bitcoind.js +++ b/lib/bitcoind.js @@ -478,7 +478,7 @@ Bitcoin.prototype.getAddrTransactions = function(address, callback) { } var txs = []; return utils.forEach(records, function(record, next) { - var block = record.block; + var block = record.blockhash; var txid = record.txid; var index = record.blockindex; if (txid == null) return next();