mirror of
https://github.com/status-im/status-go.git
synced 2025-02-24 04:38:41 +00:00
12 lines
183 B
Go
12 lines
183 B
Go
|
package wakuv2
|
||
|
|
||
|
// DEPRECATED: Not used in WakuV2
|
||
|
func (w *Waku) MinPow() float64 {
|
||
|
return 0
|
||
|
}
|
||
|
|
||
|
// DEPRECATED: not used in WakuV2
|
||
|
func (w *Waku) BloomFilter() []byte {
|
||
|
return nil
|
||
|
}
|