mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-12 23:04:45 +00:00
55ec2347a8
- subscription to topic is not required for registering RLN validator - check for duplication msg within same epoch was incorrect - added an example on how to use RLN
6 lines
81 B
Makefile
6 lines
81 B
Makefile
.PHONY: all build
|
|
|
|
build:
|
|
go build -tags="gowaku_rln" -o build/rln .
|
|
|
|
all: build |