mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
Remove superfluous registerInitiatedFlow calls from tutorial and example tests (#2944)
This commit is contained in:
@ -39,7 +39,6 @@ class TraderDemoTest {
|
||||
startNode(providedName = DUMMY_BANK_B_NAME, rpcUsers = listOf(demoUser)),
|
||||
startNode(providedName = BOC_NAME, rpcUsers = listOf(bankUser))
|
||||
).map { (it.getOrThrow() as InProcess) }
|
||||
nodeA.registerInitiatedFlow(BuyerFlow::class.java)
|
||||
val (nodeARpc, nodeBRpc) = listOf(nodeA, nodeB).map {
|
||||
val client = CordaRPCClient(it.rpcAddress)
|
||||
client.start(demoUser.username, demoUser.password).proxy
|
||||
|
Reference in New Issue
Block a user