mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
Removed unnecessary calls to MockNetwork.runNetwork (b/c there is no more P2P node registration) and removed redundant entries in cordappPackages
This commit is contained in:
@ -67,10 +67,7 @@ class TutorialMockNetwork {
|
||||
mockNet = MockNetwork()
|
||||
nodeA = mockNet.createPartyNode()
|
||||
nodeB = mockNet.createPartyNode()
|
||||
|
||||
nodeB.registerInitiatedFlow(FlowB::class.java)
|
||||
|
||||
mockNet.runNetwork()
|
||||
}
|
||||
|
||||
@After
|
||||
|
Reference in New Issue
Block a user