mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-13 02:35:50 +00:00
Improved comment
This commit is contained in:
parent
cfe92525ed
commit
64ff3ac672
@ -122,7 +122,7 @@ public class TransactionImporter extends Thread {
|
|||||||
Boolean isSigValid = transactionEntry.getValue();
|
Boolean isSigValid = transactionEntry.getValue();
|
||||||
if (!Boolean.TRUE.equals(isSigValid)) {
|
if (!Boolean.TRUE.equals(isSigValid)) {
|
||||||
if (isLiteNode) {
|
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);
|
sigValidTransactions.add(transaction);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user