improve trace error message
This commit is contained in:
parent
a6ef476beb
commit
b8b6269591
1 changed files with 2 additions and 2 deletions
|
|
@ -109,8 +109,8 @@ singleAuthorityTokenBurned gatCs txInfo mint = P.do
|
|||
|
||||
foldr1
|
||||
(#&&)
|
||||
[ ptraceIfFalse "GAT not burned." $ gatAmountMinted #== -1
|
||||
, ptraceIfFalse "All inputs only have valid GATs" $
|
||||
[ ptraceIfFalse "singleAuthorityTokenBurned: Must burn exactly 1 GAT" $ gatAmountMinted #== -1
|
||||
, ptraceIfFalse "singleAuthorityTokenBurned: All GAT tokens must be valid at the inputs" $
|
||||
pall
|
||||
# plam
|
||||
( \txInInfo' -> P.do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue