Fix script context translations for withdrawals and validity intervals.

This commit is contained in:
KtorZ
2024-08-13 23:43:47 +02:00
parent fe5c5650a1
commit f879f6d183
27 changed files with 1674 additions and 258 deletions

View File

@@ -31,7 +31,7 @@ validator {
None -> fail @"bob's withdrawal not found"
Some(value) -> value.2nd == 14
},
list.map(ctx.transaction.withdrawals, fn(kv) { kv.1st }) == [alice, bob],
list.map(ctx.transaction.withdrawals, fn(kv) { kv.1st }) == [bob, alice],
}
}
}