This commit is contained in:
djmil 2023-11-27 16:59:05 +01:00
parent cc297ef23c
commit ac423244a1
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ public class CommitTrx implements SubFlow<SecureHash> {
if (custodyName != null) { if (custodyName != null) {
System.out.println("we have a custoduan " + custodyName.getCommonName() ); System.out.println("we have a custoduan " + custodyName.getCommonName() );
sessionsList.add(flowMessaging.initiateFlow(custodyName)); //sessionsList.add(flowMessaging.initiateFlow(custodyName));
} }
final SecureHash trxId = ledgerService final SecureHash trxId = ledgerService

View File

@ -33,7 +33,7 @@ public class CommitTrxResponder implements ResponderFlow {
UtxoTransactionValidator txValidator = trxToValidate -> { UtxoTransactionValidator txValidator = trxToValidate -> {
try { try {
//checkParticipants(session, trxToValidate); //checkParticipants(session, trxToValidate);
System.out.println("commit responder"); System.out.println("Approval for " + trxToValidate.getId());
/* /*
* Other checks / actions ? * Other checks / actions ?
*/ */