Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
andreigiura committed May 4, 2023
1 parent 9cfd010 commit ef176b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensionProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export class ExtensionProvider {
);

try {
const transactionsResponse = extensionResponse.transactions.map(
const transactionsResponse = extensionResponse.map(
(transaction: IPlainTransactionObject) =>
Transaction.fromPlainObject(transaction)
);
Expand Down

0 comments on commit ef176b5

Please sign in to comment.