This commit is contained in:
2026-04-06 20:54:21 +08:00
parent 152ef8d74f
commit 9b9f165e81
2 changed files with 2 additions and 9 deletions

View File

@@ -602,13 +602,6 @@ void showWithdrawDialog(BuildContext context, String? balance) {
color: colorScheme.onSurfaceVariant.withValues(alpha: 0.5),
),
const SizedBox(width: AppSpacing.xs),
Text(
'End-to-End Encrypted Transaction',
style: AppTextStyles.bodySmall(context).copyWith(
fontSize: 10,
color: colorScheme.onSurfaceVariant.withValues(alpha: 0.5),
),
),
],
),
],