Skip to content

Commit

Permalink
Do it
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Nov 20, 2023
1 parent 3fa5f25 commit aeb800c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions staking/app/pythBalance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ export class PythBalance {
}

static fromString(amount: string) {
console.log(amount);
amount = amount.split(",").join("");
console.log(amount);

if (amount.match(INTEGER_REGEXP)) {
return new PythBalance(new BN(amount).mul(new BN(10 ** PYTH_DECIMALS)));
Expand Down

0 comments on commit aeb800c

Please sign in to comment.