add prettier-ignore

This commit is contained in:
stjet
2024-12-14 04:38:43 +00:00
parent 295e180553
commit 53482cb9fa

View File

@@ -127,6 +127,7 @@ export class Wallet {
account: this.address, account: this.address,
previous, previous,
representative, representative,
// prettier-ignore
balance: ((before_balance + BigInt(block_info.amount)).toString() as `${number}`), balance: ((before_balance + BigInt(block_info.amount)).toString() as `${number}`),
//link is hash of send block //link is hash of send block
link: block_hash, link: block_hash,