pawurb / univ3-revm-arbitrage

Uniswap V3 MEV arbitrage calculations with REVM
https://pawelurbanek.com/revm-alloy-anvil-arbitrage
MIT License
87 stars 12 forks source link

weth_amount_out error cleared #2

Closed advock closed 1 month ago

advock commented 1 month ago

correct initialization of variable weth_amount_out is added.

let weth_amount_out = U256::from(weth_amount_out);

pawurb commented 1 month ago

please remove the additional comments

advock commented 1 month ago

I've removed the comments.

sorry for that