mirror of
https://github.com/corda/corda.git
synced 2025-02-21 17:56:54 +00:00
node: Add cleanup TODO on cash creation RPC call
This commit is contained in:
parent
fd6af7fbb2
commit
cf19ff37cd
@ -105,6 +105,7 @@ interface CordaRPCOps : RPCOps {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Executes the given command, possibly triggering cash creation etc.
|
* 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
|
fun executeCommand(command: ClientToServiceCommand): TransactionBuildResult
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user