Dan Janosik
5 years ago
No known key found for this signature in database
GPG Key ID: C6F8CE9FFDB2CED2
1 changed files with
1 additions and
1 deletions
-
app/api/coreApi.js
|
|
@ -779,7 +779,7 @@ function getBlockByHashWithTransactions(blockHash, txLimit, txOffset) { |
|
|
|
|
|
|
|
// if we're on page 2, we don't really want the coinbase tx in the tx list anymore
|
|
|
|
if (txOffset > 0) { |
|
|
|
transactions.shift(); |
|
|
|
txsResult.transactions.shift(); |
|
|
|
} |
|
|
|
|
|
|
|
resolve({ getblock:block, transactions:txsResult.transactions, txInputsByTransaction:txsResult.txInputsByTransaction }); |
|
|
|