Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Adjust minor compilation issues in liteprotocoltester app #2954

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/liteprotocoltester/nim.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "../.."
4 changes: 2 additions & 2 deletions apps/liteprotocoltester/tester_config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import
common/confutils/envvar/std/net as confEnvvarNet,
common/logging,
factory/external_config,
waku/waku_core,
waku_core,
]

export confTomlDefs, confTomlNet, confEnvvarDefs, confEnvvarNet
Expand Down Expand Up @@ -105,7 +105,7 @@ type LiteProtocolTesterConf* = object
"Cluster id that the node is running in. Node in a different cluster id is disconnected.",
defaultValue: 0,
name: "cluster-id"
.}: uint32
.}: uint16

## Tester REST service configuration
restAddress* {.
Expand Down
Loading