Skip to content

Commit 62a66cf

Browse files
Corrected naming in FlowLogic extensions.
1 parent 45ccaae commit 62a66cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

onixlabs-corda-core-workflow/src/main/kotlin/io/onixlabs/corda/core/workflow/Extensions.FlowLogic.Transaction.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ fun FlowLogic<*>.collectSignaturesHandler(
192192
* @return Returns a fully signed, finalized and recorded transaction.
193193
*/
194194
@Suspendable
195-
fun FlowLogic<*>.finalize(
195+
fun FlowLogic<*>.finalizeTransaction(
196196
transaction: SignedTransaction,
197197
sessions: Iterable<FlowSession>,
198198
statesToRecord: StatesToRecord = StatesToRecord.ONLY_RELEVANT
@@ -211,7 +211,7 @@ fun FlowLogic<*>.finalize(
211211
* @return Returns a fully signed, finalized and recorded transaction.
212212
*/
213213
@Suspendable
214-
fun FlowLogic<*>.finalizeHandler(
214+
fun FlowLogic<*>.finalizeTransactionHandler(
215215
session: FlowSession,
216216
expectedTransactionId: SecureHash? = null,
217217
statesToRecord: StatesToRecord = StatesToRecord.ONLY_RELEVANT

0 commit comments

Comments
 (0)