From f93cd6be60d3bf9f81f11c3bae995e7d8bec7c75 Mon Sep 17 00:00:00 2001 From: QSchlegel Date: Mon, 13 Oct 2025 10:49:00 +0200 Subject: [PATCH] fix(wallet): remove UTXO selection from vote button logic - Eliminated the UTXO selection step in the vote button component to streamline transaction creation. This change simplifies the voting process and enhances overall performance. --- src/components/pages/wallet/governance/proposal/voteButtton.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/pages/wallet/governance/proposal/voteButtton.tsx b/src/components/pages/wallet/governance/proposal/voteButtton.tsx index fc161453..2a981663 100644 --- a/src/components/pages/wallet/governance/proposal/voteButtton.tsx +++ b/src/components/pages/wallet/governance/proposal/voteButtton.tsx @@ -134,7 +134,6 @@ export default function VoteButton({ }, ) .voteScript(appWallet.scriptCbor) - .selectUtxosFrom(utxos) .changeAddress(appWallet.address); await newTransaction({