mirror of
https://github.com/status-im/status-node-manager.git
synced 2025-02-20 00:08:20 +00:00
config(discovery): Set discv5_protocol_id
to d5waku
Upon detailed examination, it was discovered that the discrepancy described in #6 originated due to the absence of this define in the `status-node-manager`'s config.
This commit is contained in:
parent
7b2f06ad8b
commit
ba5c3a85f6
@ -101,3 +101,6 @@ switch("warning", "ObservableStores:off")
|
||||
# Too many false positives for "Warning: method has lock level <unknown>, but another method has 0 [LockLevel]"
|
||||
switch("warning", "LockLevel:off")
|
||||
# ----------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
# Discovery configuration
|
||||
switch("define", "discv5_protocol_id=d5waku")
|
||||
|
Loading…
x
Reference in New Issue
Block a user