mirror of
https://github.com/corda/corda.git
synced 2024-12-28 00:38:55 +00:00
Add missing constructor parameter
This commit is contained in:
parent
277d528849
commit
d9e0aa9068
@ -74,7 +74,7 @@ class CashIssueAndPaySampler : AbstractSampler() {
|
||||
|
||||
override fun createFlowInvoke(rpcProxy: CordaRPCOps, testContext: JavaSamplerContext): FlowInvoke<*> {
|
||||
val amount = 2_000_000.POUNDS
|
||||
return FlowInvoke<CashIssueAndPaymentFlow>(CashIssueAndPaymentFlow::class.java, arrayOf(amount, OpaqueBytes.of(1), notaryIdentity, counterParty))
|
||||
return FlowInvoke<CashIssueAndPaymentFlow>(CashIssueAndPaymentFlow::class.java, arrayOf(amount, OpaqueBytes.of(1), notaryIdentity, true, counterParty))
|
||||
}
|
||||
|
||||
override fun teardownTest(rpcProxy: CordaRPCOps, testContext: JavaSamplerContext) {
|
||||
|
Loading…
Reference in New Issue
Block a user