We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed9301 commit bb32977Copy full SHA for bb32977
framework/src/main/java/org/tron/core/services/jsonrpc/filters/LogMatch.java
@@ -85,6 +85,8 @@ public LogFilterElement[] matchBlockOneByOne()
85
for (long blockNum : blockNumList) {
86
List<TransactionInfo> transactionInfoList =
87
manager.getTransactionInfoByBlockNum(blockNum).getTransactionInfoList();
88
+ //if query condition (address and topics) is empty, we will traversal every block,
89
+ //include empty block
90
if (transactionInfoList.isEmpty()) {
91
continue;
92
}
0 commit comments