Skip to content

Commit

Permalink
fix(suite): send to contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklim committed Feb 4, 2025
1 parent 5b7ca32 commit 8a8a119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/suite/src/views/wallet/send/Outputs/Address.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ export const Address = ({ output, outputId, outputsCount }: AddressProps) => {
onClick: () => {
contractAddressWarningDismissed.current = true;
trigger(inputName);
composeTransaction(amountInputName);
},
text: translationString('TR_I_UNDERSTAND_THE_RISK'),
},
Expand Down

0 comments on commit 8a8a119

Please sign in to comment.