Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
deansallinen committed Oct 1, 2024
1 parent a8d3681 commit ca11c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/[network]/api/account/[[name]]/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const GET: RequestHandler = async ({ fetch, params }) => {
loadBalances(network, params.name, fetch)
]);

// If no response from the light API, add the core liquid balance as a default if it exists
// If no response from the light API, add a default balance of zero
if (!balances.length && chain.systemToken) {
const symbol = Asset.Symbol.from(network.config.symbol);
balances.push({
Expand Down

0 comments on commit ca11c13

Please sign in to comment.