Skip to content

Commit cce0a6d

Browse files
chore: fix fleet
1 parent 477f6e0 commit cce0a6d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ LABEL version="unknown"
4646
EXPOSE 30303 60000 8545
4747

4848
# Referenced in the binary
49-
RUN apk add --no-cache libgcc libpq-dev bind-tools
49+
RUN apk add --no-cache libgcc libstdc++ libpq-dev bind-tools
5050

5151
# Copy to separate location to accomodate different MAKE_TARGET values
5252
COPY --from=nim-build /app/build/$MAKE_TARGET /usr/local/bin/

waku/waku_rln_relay/group_manager/on_chain/group_manager.nim

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,6 @@ method register*(
231231
): Future[void] {.async: (raises: [Exception]).} =
232232
initializedGuard(g)
233233

234-
let dummy_x = 1
235-
if dummy_x == 0:
236-
debug "dummy pr"
237234
let ethRpc = g.ethRpc.get()
238235
let wakuRlnContract = g.wakuRlnContract.get()
239236

0 commit comments

Comments
 (0)