mirror of
https://github.com/corda/corda.git
synced 2025-04-16 07:27:17 +00:00
Merge OS -> ENT: added deduplicationId to execute method in classes overriding FlowAsyncOperation
This commit is contained in:
parent
fd19338f62
commit
a0b632f964
@ -73,7 +73,7 @@ open class AsyncLoadTestFlow<T : AsyncCFTNotaryService>(
|
||||
val requestSignature = NotarisationRequest(inputs, txId).generateSignature(serviceHub)
|
||||
|
||||
futures += AsyncCFTNotaryService.CommitOperation(service, inputs, txId, callerParty, requestSignature,
|
||||
null, emptyList()).execute()
|
||||
null, emptyList()).execute("")
|
||||
}
|
||||
|
||||
futures.transpose().get()
|
||||
|
Loading…
x
Reference in New Issue
Block a user