Skip to content

Commit 9e463c6

Browse files
authored
Merge pull request #151 from MeshJS/bug/drep-id
fix(wallet): remove UTXO selection from vote button logic
2 parents 58ba1a8 + f93cd6b commit 9e463c6

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)