Skip to content

Commit

Permalink
Staking: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
apporc committed Sep 23, 2024
1 parent 88248b0 commit ff02841
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/[network]/(account)/(staking)/staking/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export function getStakableBalance(network: NetworkState, account: AccountState)
if (account.balance && account.balance.liquid) {
balance.add(account.balance.liquid.units);
}

// TODO: add rexfund
}
return Asset.fromUnits(balance, network.chain.systemToken!.symbol);
}
Expand Down

0 comments on commit ff02841

Please sign in to comment.