aaa
This commit is contained in:
parent
cc297ef23c
commit
ac423244a1
@ -63,7 +63,7 @@ public class CommitTrx implements SubFlow<SecureHash> {
|
||||
|
||||
if (custodyName != null) {
|
||||
System.out.println("we have a custoduan " + custodyName.getCommonName() );
|
||||
sessionsList.add(flowMessaging.initiateFlow(custodyName));
|
||||
//sessionsList.add(flowMessaging.initiateFlow(custodyName));
|
||||
}
|
||||
|
||||
final SecureHash trxId = ledgerService
|
||||
|
@ -33,7 +33,7 @@ public class CommitTrxResponder implements ResponderFlow {
|
||||
UtxoTransactionValidator txValidator = trxToValidate -> {
|
||||
try {
|
||||
//checkParticipants(session, trxToValidate);
|
||||
System.out.println("commit responder");
|
||||
System.out.println("Approval for " + trxToValidate.getId());
|
||||
/*
|
||||
* Other checks / actions ?
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user