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

Commit

Permalink
Merge commit 'd08db0e07224a7aac3f296fc3a2e930e24d06fb5' into p2p
Browse files Browse the repository at this point in the history
  • Loading branch information
sasaxie committed Mar 20, 2018
2 parents 0aaff3d + d08db0e commit 8140964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 8140964

Please sign in to comment.