Skip to content

Commit

Permalink
split back mutations
Browse files Browse the repository at this point in the history
  • Loading branch information
hedi-edelbloute committed Nov 8, 2023
1 parent 4db3f57 commit 3f29b35
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions libs/ledger-live-common/src/families/vechain/specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,4 @@ const vtho: AppSpec<Transaction> = {
],
};

const standalone = vet;
standalone.mutations = [...standalone.mutations, ...vtho.mutations];

export default { standalone };
export default { vtho, vet };

0 comments on commit 3f29b35

Please sign in to comment.