Re-format and re-run all acceptance tests.
This commit is contained in:
@@ -13,4 +13,4 @@ requirements = []
|
||||
source = "github"
|
||||
|
||||
[etags]
|
||||
"aiken-lang/stdlib@main" = [{ secs_since_epoch = 1705181064, nanos_since_epoch = 69739000 }, "cf946239d3dd481ed41f20e56bf24910b5229ea35aa171a708edc2a47fc20a7b"]
|
||||
"aiken-lang/stdlib@main" = [{ secs_since_epoch = 1705743643, nanos_since_epoch = 126963000 }, "cf946239d3dd481ed41f20e56bf24910b5229ea35aa171a708edc2a47fc20a7b"]
|
||||
|
||||
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user