mirror of
https://github.com/corda/corda.git
synced 2025-01-18 10:46:38 +00:00
Added jvmoverloads annotation to SignTxnFlow constructor (#3735)
This commit is contained in:
parent
6499a13951
commit
56c0067540
@ -195,7 +195,7 @@ class CollectSignatureFlow(val partiallySignedTx: SignedTransaction, val session
|
||||
*
|
||||
* @param otherSideSession The session which is providing you a transaction to sign.
|
||||
*/
|
||||
abstract class SignTransactionFlow(val otherSideSession: FlowSession,
|
||||
abstract class SignTransactionFlow @JvmOverloads constructor(val otherSideSession: FlowSession,
|
||||
override val progressTracker: ProgressTracker = SignTransactionFlow.tracker()) : FlowLogic<SignedTransaction>() {
|
||||
|
||||
companion object {
|
||||
|
Loading…
Reference in New Issue
Block a user