From 6e7d6916550c23ab88059264ec3b5871c568e96c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Vytick=20Vytrhl=C3=ADk?= Date: Tue, 11 Feb 2025 07:25:22 +0100 Subject: [PATCH] fixup! feat(suite-native): ripple asks for destination tag by default in send --- suite-native/module-send/src/screens/SendOutputsScreen.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/suite-native/module-send/src/screens/SendOutputsScreen.tsx b/suite-native/module-send/src/screens/SendOutputsScreen.tsx index e939f80280a7..7e9e30f5e63a 100644 --- a/suite-native/module-send/src/screens/SendOutputsScreen.tsx +++ b/suite-native/module-send/src/screens/SendOutputsScreen.tsx @@ -114,7 +114,10 @@ export const SendOutputsScreen = ({ decimals: tokenInfo?.decimals ?? network?.decimals, isTaprootAvailable: !deviceUnavailableCapabilities?.taproot, }, - defaultValues: getDefaultValues({ tokenContract }), + defaultValues: { + ...getDefaultValues({ tokenContract }), + enableDestinationTagValidation: network?.networkType === 'ripple', + }, }); const {