Skip to content

Commit

Permalink
useNativeToDecimal
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharqiewicz committed Dec 27, 2024
1 parent aa8cd99 commit e39acb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions signer-service/src/api/services/pendulum.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,8 @@ exports.sendStatusWithPk = async () => {
}
if (nativeBalance.lt(minimumBalanceFundingAccount)) {
slackNotifier.sendMessage({
text: `Current balance of funding account is ${divideByPowerOfTen(
text: `Current balance of funding account is ${nativeToDecimal(
nativeBalance,
apiData.decimals,
).toString()} PEN please charge the account ${fundingAccountKeypair.address}.`,
});
}
Expand Down

0 comments on commit e39acb9

Please sign in to comment.