From 53482cb9fa3594279a2901179048f760c99e7174 Mon Sep 17 00:00:00 2001 From: stjet <49297268+stjet@users.noreply.github.com> Date: Sat, 14 Dec 2024 04:38:43 +0000 Subject: [PATCH] add prettier-ignore --- wallet.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/wallet.ts b/wallet.ts index 69f8b16..6aebab5 100644 --- a/wallet.ts +++ b/wallet.ts @@ -127,6 +127,7 @@ export class Wallet { account: this.address, previous, representative, + // prettier-ignore balance: ((before_balance + BigInt(block_info.amount)).toString() as `${number}`), //link is hash of send block link: block_hash,