Improved comment

This commit is contained in:
CalDescent 2022-03-20 18:30:40 +00:00
parent cfe92525ed
commit 64ff3ac672

View File

@ -122,7 +122,7 @@ public class TransactionImporter extends Thread {
Boolean isSigValid = transactionEntry.getValue();
if (!Boolean.TRUE.equals(isSigValid)) {
if (isLiteNode) {
// Lite nodes can't validate transactions, so can only assume that everything is valid
// Lite nodes can't easily validate transactions, so for now we will have to assume that everything is valid
sigValidTransactions.add(transaction);
continue;
}