better naming
This commit is contained in:
parent
1b9aaf111d
commit
65dc55f37f
2 changed files with 12 additions and 12 deletions
|
|
@ -1,5 +1,5 @@
|
|||
module Sample.Effect.GovernorMutation (
|
||||
mkEffectTransaction,
|
||||
mkEffectTxInfo,
|
||||
effectValidator,
|
||||
effectValidatorAddress,
|
||||
effectValidatorHash,
|
||||
|
|
@ -86,8 +86,8 @@ mkEffectDatum newGovDatum =
|
|||
|
||||
Note that the transaction is valid only if the given new datum is valid.
|
||||
-}
|
||||
mkEffectTransaction :: GovernorDatum -> TxInfo
|
||||
mkEffectTransaction newGovDatum =
|
||||
mkEffectTxInfo :: GovernorDatum -> TxInfo
|
||||
mkEffectTxInfo newGovDatum =
|
||||
let gst = Value.assetClassValue govAssetClass 1
|
||||
at = Value.assetClassValue atAssetClass 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue