check governor redeemer while minting PST
This commit is contained in:
parent
007a116d15
commit
2e09e7921d
2 changed files with 51 additions and 18 deletions
|
|
@ -58,6 +58,7 @@ import Plutarch.Context (
|
|||
timeRange,
|
||||
txId,
|
||||
withDatum,
|
||||
withRedeemer,
|
||||
withRef,
|
||||
withValue,
|
||||
)
|
||||
|
|
@ -323,6 +324,7 @@ createProposal ps = builder
|
|||
[ script governorValidatorHash
|
||||
, withValue governorValue
|
||||
, withDatum governorInputDatum
|
||||
, withRedeemer governorRedeemer
|
||||
, withRef governorRef
|
||||
]
|
||||
, output $
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue