Updates TwoPartyTradeFlow to use the CollectSignaturesFlow.

This commit is contained in:
Joel Dudley
2017-06-01 11:08:39 +01:00
committed by GitHub
parent f8e2766924
commit f646936ab8
4 changed files with 236 additions and 245 deletions

View File

@ -61,7 +61,6 @@ import java.security.PublicKey
* @param partiallySignedTx Transaction to collect the remaining signatures for
*/
// TODO: AbstractStateReplacementFlow needs updating to use this flow.
// TODO: TwoPartyTradeFlow needs updating to use this flow.
// TODO: Update this flow to handle randomly generated keys when that works is complete.
class CollectSignaturesFlow(val partiallySignedTx: SignedTransaction,
override val progressTracker: ProgressTracker = tracker()): FlowLogic<SignedTransaction>() {