Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
patnir committed Nov 21, 2024
1 parent 9fa7781 commit 8207793
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ironfish-cli/src/commands/wallet/balance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ Balance is your coins from all of your transactions, even if they are on forks o
this.log(`Account: ${response.account}`)

this.log(
`Your balance is calculated from transactions on the chain through block ${response.blockHash ?? 'NULL'
`Your balance is calculated from transactions on the chain through block ${
response.blockHash ?? 'NULL'
} at sequence ${response.sequence ?? 'NULL'}`,
)
this.log('')
Expand Down

0 comments on commit 8207793

Please sign in to comment.