mirror of
https://github.com/corda/corda.git
synced 2025-01-31 00:24:59 +00:00
89476904fc
* Remove IssuerFlow as it is dangerous and its presence in the finance module risks accidental use in non-test code. As written it will issue arbitary amounts of currency on request from any node on the network, with no validation barring that the currency type is valid. * Unify interface to CashIssueFlow to match the previous IssuerFlow