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

Function parameter `anonymous` not found #60

Open abax1 opened 5 years ago

abax1 commented 5 years ago

I have cloned the latest template and cloned and installed the latest tokens-sdk.

return subFlow(IssueToken.Initiator(token, recipient, notary, amount of token, anonymous = false))

I get a build error that says Cannot find a parameter with this name: anonymous