cordapp-template-kotlin icon indicating copy to clipboard operation
cordapp-template-kotlin copied to clipboard

Missing .Initiator

Open Tusabras opened this issue 5 years ago • 2 comments

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

Tusabras avatar Mar 27 '19 02:03 Tusabras

CreateEvolvableToken should be CreateEvolvableToken.Initiator

Tusabras avatar Mar 27 '19 02:03 Tusabras

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

abax1 avatar May 13 '19 20:05 abax1