fix typo.
This commit is contained in:
parent
aa782e0ee0
commit
bf80830811
@ -478,7 +478,7 @@ Bitcoin.prototype.getAddrTransactions = function(address, callback) {
|
|||||||
}
|
}
|
||||||
var txs = [];
|
var txs = [];
|
||||||
return utils.forEach(records, function(record, next) {
|
return utils.forEach(records, function(record, next) {
|
||||||
var block = record.block;
|
var block = record.blockhash;
|
||||||
var txid = record.txid;
|
var txid = record.txid;
|
||||||
var index = record.blockindex;
|
var index = record.blockindex;
|
||||||
if (txid == null) return next();
|
if (txid == null) return next();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user