status-go/waku/v1/init.go
Andrea Maria Piana 8aa42e4148 Create waku/1 namespace
This commit creates a waku/1 namespace and adds the code to it.
No changes in the protocol have been made (i.e waku/1 is the same as
waku/1 in this commit).
2020-05-01 10:14:04 +02:00

6 lines
48 B
Go

package v1
func init() {
initRLPKeyFields()
}