Skip to content

Commit

Permalink
Change redis DN key (#7317)
Browse files Browse the repository at this point in the history
  • Loading branch information
theoilie authored Jan 24, 2024
1 parent 1329083 commit d557552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discovery-provider/src/utils/get_all_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
SP_FACTORY_REGISTRY_KEY = "ServiceProviderFactory".encode("utf-8")
DISCOVERY_NODE_SERVICE_TYPE = bytes("discovery-node", "utf-8")
CONTENT_NODE_SERVICE_TYPE = "content-node".encode("utf-8")
ALL_DISCOVERY_NODES_CACHE_KEY = "all-discovery-nodes"
ALL_DISCOVERY_NODES_CACHE_KEY = "all-discovery-nodes-with-wallets"
ALL_CONTENT_NODES_CACHE_KEY = "all-content-nodes"
ALL_HEALTHY_CONTENT_NODES_CACHE_KEY = "all-healthy-content-nodes"

Expand Down

0 comments on commit d557552

Please sign in to comment.