mirror of
https://github.com/stjet/banani.git
synced 2025-12-29 09:39:23 +00:00
add prettier-ignore
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user