Open Tusabras opened 5 years ago
https://github.com/corda/cordapp-template-kotlin/blob/36d4f3e3b7a77160966be32cc82fcf8c078e2cf1/workflows/src/main/kotlin/com/template/flows/ExampleFlowWithEvolvableToken.kt#L43
CreateEvolvableToken should be CreateEvolvableToken.Initiator
Why? The CreateEvolvableToken.Initiator(transactionState) doesn't compile for me when using the latest.
CreateEvolvableToken.Initiator(transactionState)
https://github.com/corda/cordapp-template-kotlin/blob/36d4f3e3b7a77160966be32cc82fcf8c078e2cf1/workflows/src/main/kotlin/com/template/flows/ExampleFlowWithEvolvableToken.kt#L43