Skip to content

Commit

Permalink
Revert "remove to field override in getLogs (#113)"
Browse files Browse the repository at this point in the history
This reverts commit 2ca62fb.
  • Loading branch information
karlfloersch authored and masonforest committed Apr 28, 2020
1 parent 8d6e599 commit ca3f867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rollup-full-node/src/app/web3-rpc-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ export class DefaultWeb3Handler
const receipt = await this.getTransactionReceipt(transaction.hash)
transaction['to'] = receipt.contractAddress
}
logItem['address'] = transaction['to']

return logItem
})
Expand Down

0 comments on commit ca3f867

Please sign in to comment.