Now it checks specific treasury
Emily's suggestion on the review
This commit is contained in:
parent
efb0776730
commit
e91dcb7ce1
4 changed files with 64 additions and 34 deletions
|
|
@ -112,7 +112,7 @@ outputUser indx val =
|
|||
}
|
||||
|
||||
buildReceiversOutputFromDatum :: TreasuryWithdrawalDatum -> [TxOut]
|
||||
buildReceiversOutputFromDatum (TreasuryWithdrawalDatum xs) = f <$> xs
|
||||
buildReceiversOutputFromDatum (TreasuryWithdrawalDatum xs _) = f <$> xs
|
||||
where
|
||||
f x =
|
||||
TxOut
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue