Skip to content

Commit

Permalink
Put deprecated field back in for avoid merge weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Jul 3, 2019
1 parent 5f47cce commit c1ffa81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions protolib/snowblossom.proto
Expand Up @@ -195,14 +195,13 @@ message PeerInfo {
int64 learned = 5;
string version = 6;
bytes node_id = 7;
//bool tls = 8; bad idea, using enum
bool tls = 8; // bad idea, using enum - DEPRECATED
bytes node_snow_address = 9; //Used for TLS
enum ConnectionType {
GRPC_TCP = 0;
GRPC_TLS = 1;
}
ConnectionType connection_type = 10;

}

message TransactionStatus {
Expand Down

0 comments on commit c1ffa81

Please sign in to comment.