Skip to content

Commit

Permalink
fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Jul 17, 2024
1 parent c8304b7 commit daf26c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/node/waku_node.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ proc printNodeNetworkInfo*(node: WakuNode): void =
info "Announcing addresses", full = announcedStr
info "DNS: discoverable ENR ", enr = node.enr.toUri()

proc isBootstrapOnly(node: WakuNode) =
proc isBootstrapOnly(node: WakuNode): bool =
# Check if no protocols are mounted
if node.wakuRelay.isNil() and node.wakuStore.isNil() and node.wakuArchive.isNil() and
node.wakuLegacyStore.isNil() and node.wakuFilter.isNil() and
Expand Down

0 comments on commit daf26c7

Please sign in to comment.