Skip to content

Commit

Permalink
Remove redundant parameter from Aptos Transaction (#8932)
Browse files Browse the repository at this point in the history
Remove redundant parameter
  • Loading branch information
may01 authored Jan 17, 2025
1 parent e0b02b1 commit a8e2a6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/dry-avocados-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": minor
---

Remove unused parameter from Aptos Transaction
1 change: 0 additions & 1 deletion libs/ledger-live-common/src/families/aptos/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export type Transaction = TransactionCommon & {
fees?: BigNumber | null;
options: TransactionOptions;
errors?: TransactionErrors;
tag?: string;
};

export type TransactionRaw = TransactionCommonRaw & {
Expand Down

0 comments on commit a8e2a6d

Please sign in to comment.