ethstorage / optimism

Optimism is Ethereum, scaled.
https://optimism.io
MIT License
2 stars 3 forks source link

op-node: fix incorrect inbox check in receipt #74

Closed qizhou closed 1 month ago

qizhou commented 1 month ago

This fixes #73. The issue here is that the code incorrectly uses receipt.contractAddress to check inboxAddress. The fix here will filter the txs with success status and tx.to == inboxAddress.

Test: