Skip to content

Commit

Permalink
Merge pull request tronprotocol#293 from tronprotocol/release_1.5.1
Browse files Browse the repository at this point in the history
Release 1.5.1
  • Loading branch information
taihaofu authored Jul 9, 2020
2 parents 89b64d3 + 2d340d0 commit 8d294ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class EventTask {
public EventTask() {
Args args = Args.getInstance();
this.kfkConsumer = new KfkConsumer(args.getMainchainKafka(), args.getKafkaGroupId(),
Arrays.asList("contractevent"), args.getKafkaConfig());
Arrays.asList("solidityevent"), args.getKafkaConfig());
}

public void processEvent() {
Expand Down

0 comments on commit 8d294ad

Please sign in to comment.