Oversight: fix missing 'AList' -> 'Pairs' conversion.

This commit is contained in:
KtorZ 2024-05-23 17:08:33 +02:00
parent 5ce30b2632
commit e1f39ae539
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ fn insert(self: List<a>, e: a, compare: fn(a, a) -> Ordering) -> List<a> {
// and has a corresponding ouput with datum containing token name. // and has a corresponding ouput with datum containing token name.
// Otherwise fail // Otherwise fail
fn check_mint_and_outputs( fn check_mint_and_outputs(
minted_assets: AList<ByteArray, Int>, minted_assets: Pairs<ByteArray, Int>,
outputs: List<Output>, outputs: List<Output>,
expected_assets: List<ByteArray>, expected_assets: List<ByteArray>,
validator_cred: PaymentCredential, validator_cred: PaymentCredential,