fix: Address AI review findings for backtesting baseline strategies (#320)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
openhands 2026-02-26 16:39:47 +00:00
parent 5205ea6f4a
commit 9061f8e8f6
2 changed files with 87 additions and 7 deletions

View file

@ -52,7 +52,7 @@ abstract contract Reporter is Script {
// Markdown builder
function _buildMarkdown(StrategyReport[] memory reports, BacktestConfig memory config) internal view returns (string memory out) {
out = "# Backtest Report: AERO/WETH 1%, 7 days\n\n";
out = "# Backtest Report: KRK/WETH 1%, 7 days\n\n";
// Table header
out = string(