celo-org / op-geth

GNU Lesser General Public License v3.0
0 stars 0 forks source link

txpool: Check for fee currency and native cost #118

Closed karlb closed 3 weeks ago

karlb commented 2 months ago

The previous implementation only checked for the costs in fee currency or in native token, but both can happen at the same time when a fee currency tx is created that also sends native tokens to a contract.

Closes https://github.com/celo-org/op-geth/issues/110