chore: acceptance tests v3 syntax

This commit is contained in:
rvcas
2024-08-26 15:56:49 -04:00
parent b57f840cad
commit ff25fbd970
10 changed files with 21 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
use aiken/transaction.{ScriptContext}
validator {
fn is_fourty_two(dat, rdm, _ctx: ScriptContext) -> Bool {
validator is_fourty_two {
spend(dat, rdm, oref, _ctx: Transaction) -> Bool {
rdm == dat && #"68656c6c6f20776f726c64" == #"68656c6c6f20776f726c64"
}
}