Skip to content

Commit 7297009

Browse files
committed
Merge branch 'tad/utxo-types' into tad/utxo-types-2
Signed-off-by: Tad Hardesty <tad.hardesty@midnight.foundation>
2 parents 8f01e63 + fdb0b67 commit 7297009

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

starstream-to-wasm/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,7 @@ impl Compiler {
846846
.and(ok);
847847
dest.extend(flat);
848848
}
849+
Type::UtxoAny | Type::UtxoNamed(_) => dest.push(ValType::I32),
849850
_ => ok = Err(self.push_error(span, format!("unknown core lowering for {ty:?}"))),
850851
}
851852
ok

0 commit comments

Comments
 (0)