chore: bump pallas version

This commit is contained in:
rvcas
2023-01-06 13:24:56 -05:00
committed by Lucas
parent a51736187f
commit c89802eaed
6 changed files with 31 additions and 31 deletions

View File

@@ -121,7 +121,7 @@ impl<const BYTES: usize> ToPlutusData for Hash<BYTES> {
impl ToPlutusData for Bytes {
fn to_plutus_data(&self) -> PlutusData {
PlutusData::BoundedBytes(self.clone())
PlutusData::BoundedBytes(self.to_vec().into())
}
}