We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e906e0 commit 3cc185bCopy full SHA for 3cc185b
src/utils/cslTools.js
@@ -185,7 +185,7 @@ export const getCslVotingBuilder = () => wasm.VotingBuilder.new()
185
export const getGovActionId = (govActionTxHashInHex, govActionIndex) =>
186
wasm.GovernanceActionId.new(getTransactionHashFromHex(govActionTxHashInHex), govActionIndex)
187
188
-export const getVoter = (dRepKeyHash) => wasm.Voter.new_drep(dRepKeyHash)
+export const getVoter = (dRepKeyHash) => wasm.Voter.new_drep_credential(dRepKeyHash)
189
190
export const getVotingProcedure = (votingChoice) => wasm.VotingProcedure.new(votingChoice)
191
0 commit comments