Fix type for mint scriptinfo

This commit is contained in:
microproofs 2024-08-15 16:16:20 -04:00 committed by KtorZ
parent 3aa9e0c4b7
commit f86d550ca0
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ impl<'a> CodeGenerator<'a> {
field_map: None, field_map: None,
}, },
spread_location: None, spread_location: None,
tipo: function(vec![data()], script_purpose()), tipo: function(vec![byte_array()], script_purpose()),
}, },
purpose => { purpose => {