Skip to content

Commit

Permalink
fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroProofs committed May 23, 2024
1 parent b281d4c commit cfcf2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aiken/transaction.ak
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ pub fn find_datum(
InlineDatum(data) ->
if
blake2b_256(builtin.serialise_data(data)) == datum_hash{

Some(data)
} else {
None
Expand Down

0 comments on commit cfcf2bf

Please sign in to comment.