Skip to content

Commit

Permalink
fix(suite): set destination tag as enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
izmy authored and tomasklim committed Feb 4, 2025
1 parent a515484 commit d9d5f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite-common/wallet-utils/src/sendFormUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ export const restoreOrigOutputsOrder = (

export const getDefaultValues = (currency: Output['currency']): FormState => ({
...DEFAULT_VALUES,
options: ['broadcast'],
options: ['broadcast', 'rippleDestinationTag'],
outputs: [{ ...DEFAULT_PAYMENT, currency }],
selectedUtxos: [],
});
Expand Down

0 comments on commit d9d5f91

Please sign in to comment.