Luxoft / cordentity

This project combines Hyperledger's Indy ledger for decentralized identity with the Corda platform
Apache License 2.0
32 stars 20 forks source link

ReadmeExampleTest is a bit weird #19

Open voddan opened 6 years ago

voddan commented 6 years ago

ReadmeExampleTest file (in develop) is a bit weird:

    val ministry: StartedNode<InternalMockNetwork.MockNode> = issuer
    val alice: StartedNode<*> = alice
    val store: StartedNode<*> = bob

Why is InternalMockNetwork.MockNode part needed?