corda / cordapp-template-kotlin

A Kotlin CorDapp Template. Extend it via the Hello, World tutorial: https://docs.corda.net/hello-world-introduction.html
118 stars 149 forks source link

Missing .Initiator #56

Open Tusabras opened 5 years ago

Tusabras commented 5 years ago

https://github.com/corda/cordapp-template-kotlin/blob/36d4f3e3b7a77160966be32cc82fcf8c078e2cf1/workflows/src/main/kotlin/com/template/flows/ExampleFlowWithEvolvableToken.kt#L43

Tusabras commented 5 years ago

CreateEvolvableToken should be CreateEvolvableToken.Initiator

abax1 commented 5 years ago

Why? The CreateEvolvableToken.Initiator(transactionState) doesn't compile for me when using the latest.