You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: error 500 on get_credit_balances_handler (#972)
This pull request makes a small change to how credit balances are formatted in the `get_credit_balances_handler` function. Instead of using the `model_validate` method, it now explicitly creates `AddressCreditBalanceResponse` objects using the address and credits values from each balance.
0 commit comments