Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Wozacosta committed Sep 4, 2024
1 parent 4716869 commit aa01899
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/ledger-live-mobile/e2e/specs/delegate/cosmos.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ describe("Cosmos delegate flow", () => {
const unit = getAccountUnit(testAccount);

const usableAmount = testAccount.spendableBalance.minus(COSMOS_MIN_SAFE).minus(COSMOS_MIN_FEES);
// const delegatedAmount = usableAmount.multipliedBy(delegatedPercent).div(100).integerValue();
const delegatedAmount = usableAmount
.multipliedBy(delegatedPercent)
.div(100)
Expand Down

0 comments on commit aa01899

Please sign in to comment.