status-go/wakuv1/v1/init.go
Patryk Osmaczko ca92f67014 chore_: rename waku package to wakuv1
This is to free the `waku` namespace for interfaces and types that will
be moved from `eth-node`.
2025-01-13 18:55:01 +01:00

6 lines
48 B
Go

package v1
func init() {
initRLPKeyFields()
}