rename proposal redeemer Unlock to UnlockStake
This commit is contained in:
parent
85fa6c81da
commit
cd3ccfe350
5 changed files with 11 additions and 11 deletions
|
|
@ -35,7 +35,7 @@ import Agora.Proposal (
|
|||
ProposalDatum (..),
|
||||
ProposalEffectGroup,
|
||||
ProposalId (..),
|
||||
ProposalRedeemer (Unlock),
|
||||
ProposalRedeemer (UnlockStake),
|
||||
ProposalStatus (..),
|
||||
ProposalVotes (..),
|
||||
ResultTag (..),
|
||||
|
|
@ -210,7 +210,7 @@ proposalRef :: TxOutRef
|
|||
proposalRef = TxOutRef stakeTxRef 0
|
||||
|
||||
proposalRedeemer :: ProposalRedeemer
|
||||
proposalRedeemer = Unlock
|
||||
proposalRedeemer = UnlockStake
|
||||
|
||||
mkProposalInputDatum ::
|
||||
StakeParameters ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue