1 Open Issue Need Help Last updated: Dec 20, 2025

Open Issues Need Help

View All on GitHub

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