mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
ENT-12366 Fix compiler warnings
This commit is contained in:
parent
778661181a
commit
4e884a5519
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user