diff --git a/tools/notarytest/src/main/kotlin/net/corda/notarytest/flows/AsyncLoadTestFlow.kt b/tools/notarytest/src/main/kotlin/net/corda/notarytest/flows/AsyncLoadTestFlow.kt index 7a5a920ead..4a4a5155b4 100644 --- a/tools/notarytest/src/main/kotlin/net/corda/notarytest/flows/AsyncLoadTestFlow.kt +++ b/tools/notarytest/src/main/kotlin/net/corda/notarytest/flows/AsyncLoadTestFlow.kt @@ -73,7 +73,7 @@ open class AsyncLoadTestFlow( val requestSignature = NotarisationRequest(inputs, txId).generateSignature(serviceHub) futures += AsyncCFTNotaryService.CommitOperation(service, inputs, txId, callerParty, requestSignature, - null, emptyList()).execute() + null, emptyList()).execute("") } futures.transpose().get()