Skip to content

Commit

Permalink
Merge pull request #1566 from shaangill025/small_fixes
Browse files Browse the repository at this point in the history
DiscoveryExchangeRecord RECORD_TOPIC typo fix
  • Loading branch information
swcurran committed Dec 17, 2021
2 parents e639337 + f181803 commit bdd625b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Meta:

RECORD_TYPE = "discovery_exchange_v10"
RECORD_ID_NAME = "discovery_exchange_id"
RECORD_TOPIC = "dicover_feature"
RECORD_TOPIC = "discover_feature"
TAG_NAMES = {"~thread_id" if UNENCRYPTED_TAGS else "thread_id", "connection_id"}

def __init__(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Meta:

RECORD_TYPE = "discovery_exchange_v20"
RECORD_ID_NAME = "discovery_exchange_id"
RECORD_TOPIC = "dicover_feature"
RECORD_TOPIC = "discover_feature_v2_0"
TAG_NAMES = {"~thread_id" if UNENCRYPTED_TAGS else "thread_id", "connection_id"}

def __init__(
Expand Down

0 comments on commit bdd625b

Please sign in to comment.