(re)format aiken sources in the repository.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use aiken/collection/dict.{Dict}
|
||||
use aiken/collection/list
|
||||
use cardano/assets.{PolicyId, Value}
|
||||
use cardano/address
|
||||
use cardano/assets.{PolicyId, Value}
|
||||
use cardano/transaction.{
|
||||
DatumHash, Input, Mint, NoDatum, Output, OutputReference, ScriptPurpose,
|
||||
Transaction,
|
||||
@@ -128,10 +128,10 @@ fn assert_mint(mint: Value, our_policy_id: PolicyId, other_policy_id: PolicyId)
|
||||
// below is meant to generate a small-enough hash... If this test fails
|
||||
// after some code-gen changes, it's probably because the new hash is
|
||||
// larger.
|
||||
///
|
||||
// How to fix?
|
||||
// Change the traced string down below in hope to get a
|
||||
// smaller hash.
|
||||
///
|
||||
validator test_2 {
|
||||
mint(_tmp2: Void, _policy_id: PolicyId, _transaction: Transaction) {
|
||||
trace @"slfhioer7w8yru"
|
||||
|
||||
Reference in New Issue
Block a user