mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
ENT-12373: Fixed merge typo.
This commit is contained in:
parent
5846cda6bb
commit
35b04b0502
@ -142,6 +142,7 @@ class ContractWithRotatedKeyTest {
|
||||
fun `transaction can be created with multiple contract input states from rotated CorDapps`() {
|
||||
val keyStoreDir1 = SelfCleaningDir()
|
||||
val keyStoreDir2 = SelfCleaningDir()
|
||||
|
||||
val packageOwnerKey1 = keyStoreDir1.path.generateKey(alias="1-testcordapp-rsa")
|
||||
val packageOwnerKey2 = keyStoreDir2.path.generateKey(alias="1-testcordapp-rsa")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user