Skip to content

Commit

Permalink
sync: add RelayV3 to fn protocol_name
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec authored and zhangsoledad committed May 11, 2023
1 parent 1f15b9f commit f6466c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sync/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ fn protocol_name(protocol_id: ProtocolId) -> String {
100 => SupportProtocols::Sync.name(),
101 => SupportProtocols::RelayV2.name(),
102 => SupportProtocols::Time.name(),
103 => SupportProtocols::RelayV3.name(),
110 => SupportProtocols::Alert.name(),
120 => SupportProtocols::LightClient.name(),
121 => SupportProtocols::Filter.name(),
Expand Down

0 comments on commit f6466c3

Please sign in to comment.