Open Issues Need Help
View All on GitHub PoC profit snapshotting is affected when used in nested functions about 2 hours ago
AI Summary: The profit snapshotting feature reports incorrect profits when utilized in nested functions because the `printProfit` function consistently uses index 0 for the initial balance, instead of the actual initial snapshot index. The primary fix involves recording and passing the correct initial snapshot index. Additionally, the current logging output becomes very messy with nested snapshots, suggesting a need for improved formatting or a potential limitation of using modifiers for this functionality.
Complexity:
2/5
bug good first issue