ENT-12366 Fix compiler warnings

This commit is contained in:
rick.parker 2024-11-01 11:41:48 +00:00
parent 778661181a
commit 4e884a5519

View File

@ -305,8 +305,8 @@ private constructor(
ContractUpgradeLedgerTransaction( ContractUpgradeLedgerTransaction(
inputs, inputs,
wtx.notary, wtx.notary,
legacyContractAttachment ?: throw AttachmentResolutionException(wtx.legacyContractAttachmentId), legacyContractAttachment,
upgradedContractAttachment ?: throw AttachmentResolutionException(wtx.upgradedContractAttachmentId), upgradedContractAttachment,
wtx.id, wtx.id,
wtx.privacySalt, wtx.privacySalt,
sigs, sigs,