Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 469 Bytes

fix-list.md

File metadata and controls

11 lines (10 loc) · 469 Bytes
  • [issue WAN-101]

    • descript:

    Treasury UTxOs can contain more than one token

    • solution

    isSingleAsset v cs tk = all (\(cs',tk',_) -> (cs' == cs && tk' == tk) || (cs' == Ada.adaSymbol && tk' == Ada.adaToken)) $ flattenValue v

  • [issue WAN-001]

    • descript:

    Multiple check tokens can be locked in the same UTxO( checkOutput in CheckToken.hs )

    • solution

    add check logic that the tx must consume the Treasury utxo