mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-08-09 11:04:36 +00:00
The session was needed when model pricing lived in the DB (73d3613) and has been dead since pricing moved to the in-memory model map (0da08fb), yet every caller was still obliged to supply one. get_x_cashu_cost even opened a DB session per x-cashu request solely to feed it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>