Applied linting suggestions
This commit is contained in:
parent
3626f4295a
commit
20651235f8
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ treasuryV cs tn = plam $ \_d r ctx' -> P.do
|
||||||
let mint :: Term s PValue
|
let mint :: Term s PValue
|
||||||
mint = txInfo.mint
|
mint = txInfo.mint
|
||||||
gatAmountMinted :: Term s PInteger
|
gatAmountMinted :: Term s PInteger
|
||||||
gatAmountMinted = passetClassValueOf # (pconstant cs) # (pconstant tn) # mint
|
gatAmountMinted = passetClassValueOf # pconstant cs # pconstant tn # mint
|
||||||
|
|
||||||
pif
|
pif
|
||||||
(gatAmountMinted #== -1) -- If the amount of GATS burned is not one, ...
|
(gatAmountMinted #== -1) -- If the amount of GATS burned is not one, ...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue