error log
This commit is contained in:
parent
7c96bc3fc5
commit
2cfe68947b
@ -44,6 +44,10 @@ public class CommitTrxResponder implements ResponderFlow {
|
||||
log.info("Approval for " + trxToValidate.getId());
|
||||
};
|
||||
|
||||
if (utxoLedgerService == null) {
|
||||
log.error("utxoLedgerService is NULL");
|
||||
return;
|
||||
}
|
||||
UtxoSignedTransaction finalizedSignedTransaction = this.utxoLedgerService
|
||||
.receiveFinality(session, txValidator)
|
||||
.getTransaction();
|
||||
|
Loading…
Reference in New Issue
Block a user