Skip to content

Commit 512d3fe

Browse files
zhouop0zhouxingcyjseagull
authored
fix #253 (#254)
Signed-off-by: zhouxing <zhouxing@163.com> Co-authored-by: zhouxing <zhouxing@163.com> Co-authored-by: cyjseagull <yujiechen_hust@163.com>
1 parent e72565f commit 512d3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-service/src/main/java/org/fisco/bcos/sdk/eventsub/filter/EventLogFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private EventLogParams generateNewParams() {
9696
params.setAddresses(getParams().getAddresses());
9797
params.setTopics(getParams().getTopics());
9898
if (lastBlockNumber == null) {
99-
params.setFromBlock(params.getFromBlock());
99+
params.setFromBlock(getParams().getFromBlock());
100100
} else {
101101
params.setFromBlock(lastBlockNumber.toString());
102102
}

0 commit comments

Comments
 (0)