Skip to content

Commit

Permalink
STATUS_UNSPECIFIED as tag 0
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Apr 23, 2024
1 parent 376bdb6 commit b157d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/nym/vpn.proto
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ enum VpnMode {
}

enum ConnectionStatus {
UNKNOWN = 0;
STATUS_UNSPECIFIED = 1;
STATUS_UNSPECIFIED = 0;
UNKNOWN = 1;
NOT_CONNECTED = 2;
CONNECTING = 3;
CONNECTED = 4;
Expand Down

0 comments on commit b157d97

Please sign in to comment.