Fix 'run' script and re-generate blueprint for scenario 077.

This commit is contained in:
KtorZ
2023-03-16 18:40:50 +01:00
committed by Lucas
parent a5e505e6b0
commit 45575cae96
3 changed files with 38 additions and 52 deletions

View File

@@ -12,4 +12,5 @@ validator backtrace {
fn find_stuff(context) -> Output {
expect Some(stuff) = list.find(context.transaction.outputs, fn(_) { True })
stuff
}
}