Re-format and re-run all acceptance tests.

This commit is contained in:
KtorZ
2024-01-20 10:43:17 +01:00
parent 9ee2d58ba3
commit b50e4ab63a
77 changed files with 449 additions and 830 deletions

View File

@@ -8,11 +8,9 @@ use aiken/transaction/credential.{
}
use aiken/transaction/value
const keyhash =
#"010203040506"
const keyhash = #"010203040506"
const scripthash =
#"060504030201"
const scripthash = #"060504030201"
pub fn keyhash_address(with_stake_credential: Option<StakeCredential>) {
Address {
@@ -34,8 +32,7 @@ type SampleData {
}
pub fn tx_1() -> Transaction {
let sample_datum =
SampleData { a: 1, b: #"01" }
let sample_datum = SampleData { a: 1, b: #"01" }
let tx =
Transaction {
inputs: [