Skip to content

Commit

Permalink
Remove redundant parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
may01 committed Jan 17, 2025
1 parent c0bff4d commit 7cb9593
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 7cb9593

Please sign in to comment.