more bug fixes

This commit is contained in:
alessandrokonrad 2022-09-11 13:29:10 +02:00 committed by rvcas
parent 33c2a25fa3
commit 080985b7c6
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 1 additions and 1 deletions

View File

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