mirror of https://github.com/status-im/go-waku.git
11 lines
138 B
Go
11 lines
138 B
Go
|
//go:build !gowaku_rln
|
||
|
// +build !gowaku_rln
|
||
|
|
||
|
package main
|
||
|
|
||
|
import "github.com/urfave/cli/v2"
|
||
|
|
||
|
func rlnFlags() []cli.Flag {
|
||
|
return nil
|
||
|
}
|