more bug fixes

This commit is contained in:
alessandrokonrad
2022-09-11 13:29:10 +02:00
committed by rvcas
parent 33c2a25fa3
commit 080985b7c6

View File

@@ -602,7 +602,7 @@ impl ToPlutusData for TxInfo {
self.signatories.to_plutus_data(),
self.redeemers.to_plutus_data(),
self.data.to_plutus_data(),
self.id.to_plutus_data(),
wrap_with_constr(0, self.id.to_plutus_data()),
]),
})
}