chore: fmt most of the acceptance tests

This commit is contained in:
rvcas
2023-02-09 00:57:14 -05:00
parent 3f540c7c99
commit 6f591c633d
13 changed files with 61 additions and 39 deletions

View File

@@ -3,7 +3,7 @@ use aiken/list
use aiken/transaction.{Output, ScriptContext}
use aiken/transaction/value.{PolicyId}
const my_policy_id: PolicyId = #[0, 0, 0, 0, 0]
const my_policy_id: PolicyId = #"0000000000"
pub fn has_policy_id(self: Output, policy_id: PolicyId) -> Bool {
self.value