mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +00:00
Replace Party with Party.Full
Replace Party with Party.Full as an interim step to introducing the Party.Anonymised class. Signed-off-by: Ross Nicoll <ross.nicoll@r3.com>
This commit is contained in:
@ -59,7 +59,7 @@ val PROSPECTUS_HASH = SecureHash.parse("decd098666b9657314870e192ced0c3519c2c9d3
|
||||
|
||||
fun sender(rpc: CordaRPCOps) {
|
||||
// Get the identity key of the other side (the recipient).
|
||||
val otherSide: Party = rpc.partyFromName("Bank B")!!
|
||||
val otherSide: Party.Full = rpc.partyFromName("Bank B")!!
|
||||
|
||||
// Make sure we have the file in storage
|
||||
// TODO: We should have our own demo file, not share the trader demo file
|
||||
|
Reference in New Issue
Block a user