Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/rollup-full-node/src/app/web3-rpc-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,9 @@ export class DefaultWeb3Handler
log.debug(
`Internal tx previously failed for this OVM tx, creating receipt from the OVM tx itself.`
)
ovmTxReceipt = internalTxReceipt
ovmTxReceipt.transactionHash = ovmTxHash
ovmTxReceipt.logs = []
}
const ovmTx = await this.getTransactionByHash(ovmTxReceipt.transactionHash)
log.debug(`got OVM tx from hash: [${JSON.stringify(ovmTx)}]`)
Expand Down