aaa
This commit is contained in:
parent
cc297ef23c
commit
ac423244a1
@ -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
|
||||||
|
@ -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 ?
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user