Jiefeng Li
Results
2
comments of
Jiefeng Li
I printed the `EvmArgs` parsed from cli args in `evm_main` and there's an intresting phenomenon. With the `-o` arg(the current version in the doc): ``` EvmArgs { target: "none", fetch_tx_data:...
And I found that in `backtesting.md` which stores several examples to launch ityfuzz have the same problem. I looked the commit(20c10b3815398a49c0518fd292536f7883677167) that introduced those example, and saw a member of...