mirror of
https://github.com/corda/corda.git
synced 2025-01-18 18:56:28 +00:00
Fix incorrectly referenced public key. (#559)
This commit is contained in:
parent
d2d7cbc9ec
commit
d24f0ea0ba
@ -49,4 +49,4 @@ val BOB: Party get() = Party("Bob", BOB_KEY.public)
|
||||
|
||||
val CHARLIE_KEY: KeyPair by lazy { entropyToKeyPair(BigInteger.valueOf(90)) }
|
||||
/** Dummy individual identity for tests and simulations */
|
||||
val CHARLIE: Party get() = Party("Charlie", BOB_KEY.public)
|
||||
val CHARLIE: Party get() = Party("Charlie", CHARLIE_KEY.public)
|
Loading…
Reference in New Issue
Block a user