Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
rename discover message
Browse files Browse the repository at this point in the history
  • Loading branch information
sasaxie committed Mar 20, 2018
1 parent f63eda3 commit d08db0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Message.proto → core/Discover.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package protocol;


option java_package = "org.tron.protos"; //Specify the name of the package that generated the Java file
option java_outer_classname = "Message"; //Specify the class name of the generated Java file
option java_outer_classname = "Discover"; //Specify the class name of the generated Java file

enum ReasonCode {
REQUESTED = 0;
Expand Down

0 comments on commit d08db0e

Please sign in to comment.