Skip to content

Commit

Permalink
Adjust minor compilation issues in liteprotocoltester app
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status committed Aug 5, 2024
1 parent a3fa175 commit 58be5fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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

0 comments on commit 58be5fd

Please sign in to comment.