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());
|
log.info("Approval for " + trxToValidate.getId());
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if (utxoLedgerService == null) {
|
||||||
|
log.error("utxoLedgerService is NULL");
|
||||||
|
return;
|
||||||
|
}
|
||||||
UtxoSignedTransaction finalizedSignedTransaction = this.utxoLedgerService
|
UtxoSignedTransaction finalizedSignedTransaction = this.utxoLedgerService
|
||||||
.receiveFinality(session, txValidator)
|
.receiveFinality(session, txValidator)
|
||||||
.getTransaction();
|
.getTransaction();
|
||||||
|
Loading…
Reference in New Issue
Block a user