File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
waku/waku_rln_relay/group_manager/on_chain Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ LABEL version="unknown"
4646EXPOSE 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
5252COPY --from=nim-build /app/build/$MAKE_TARGET /usr/local/bin/
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments