node: Add cleanup TODO on cash creation RPC call

This commit is contained in:
Andras Slemmer 2016-10-10 10:38:02 +01:00
parent fd6af7fbb2
commit cf19ff37cd

View File

@ -105,6 +105,7 @@ interface CordaRPCOps : RPCOps {
/**
* Executes the given command, possibly triggering cash creation etc.
* TODO: The signature of this is weird because it's the remains of an old service call, we should have a call for each command instead.
*/
fun executeCommand(command: ClientToServiceCommand): TransactionBuildResult
}