Skip to content

Commit

Permalink
Merge branch 'release/v2.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Sep 14, 2024
2 parents 61b6bfd + 0c2851f commit bfc6546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aiken.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ requirements = []
source = "github"

[etags]
"aiken-lang/fuzz@v2" = [{ secs_since_epoch = 1726317927, nanos_since_epoch = 830395000 }, "34ffec10cce786bf823c7505589a3b5e0663792ef8efd31f870d7bcc37e0f593"]
"aiken-lang/fuzz@v2" = [{ secs_since_epoch = 1726332025, nanos_since_epoch = 14944000 }, "34ffec10cce786bf823c7505589a3b5e0663792ef8efd31f870d7bcc37e0f593"]
4 changes: 1 addition & 3 deletions lib/cardano/transaction.ak
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,7 @@ pub fn find_datum(
fn(output) {
when output.datum is {
InlineDatum(data) ->
if
blake2b_256(builtin.serialise_data(data)) == datum_hash{

if blake2b_256(builtin.serialise_data(data)) == datum_hash {
Some(data)
} else {
None
Expand Down

0 comments on commit bfc6546

Please sign in to comment.