Skip to content

Commit

Permalink
remove duplicate function
Browse files Browse the repository at this point in the history
  • Loading branch information
wubinTron committed Feb 12, 2020
1 parent 22eabfe commit f39b4c2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public List<ContractEventTriggerEntity> events(
@RequestParam(value = "sort", required = false, defaultValue = "-timeStamp") String sort,
@RequestParam(value = "start", required = false, defaultValue = "0") int start
) {

QueryFactory query = new QueryFactory();
if (blocknum != -1) {
query.setBlockNumGte(blocknum);
Expand Down

0 comments on commit f39b4c2

Please sign in to comment.