Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Update blockchain_double.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nickysemenza authored and benjamincburns committed Sep 27, 2018
1 parent a136f62 commit abb0a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/blockchain_double.js
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ BlockchainDouble.prototype.processBlock = function(block, commit, callback) {
var data = to.hex(log[2]);

var log = new Log({
logIndex: to.hex(i),
transactionIndex: to.hex(v),
logIndex: to.rpcQuantityHexString(i),
transactionIndex: to.rpcQuantityHexString(v),
transactionHash: tx_hash,
block: block,
address: address,
Expand Down

0 comments on commit abb0a7e

Please sign in to comment.