Skip to content

Commit

Permalink
removing new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
patnir committed Sep 25, 2023
1 parent 0dbaa18 commit 8d00338
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ironfish-cli/src/commands/wallet/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,15 @@ export class TransactionsCommand extends IronfishCommand {

for await (const transaction of response.contentStream()) {
let transactionRows: PartialRecursive<TransactionRow>[]

if (flags.notes) {
const assetLookup = await this.fetchAssetsFromTransaction(client, transaction, 'notes')

transactionRows = this.getTransactionRowsByNote(assetLookup, transaction, format)
} else {
const assetLookup = await this.fetchAssetsFromTransaction(
client,
transaction,
'assetBalanceDeltas',
)

transactionRows = this.getTransactionRows(assetLookup, transaction, format)
}

Expand Down

0 comments on commit 8d00338

Please sign in to comment.