Skip to content

Commit f93cd6b

Browse files
committed
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.
1 parent a27b24a commit f93cd6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/pages/wallet/governance/proposal/voteButtton.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ export default function VoteButton({
134134
},
135135
)
136136
.voteScript(appWallet.scriptCbor)
137-
.selectUtxosFrom(utxos)
138137
.changeAddress(appWallet.address);
139138

140139
await newTransaction({

0 commit comments

Comments
 (0)