Cleanup
This commit is contained in:
11
node/config.go
Normal file
11
node/config.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package node
|
||||
|
||||
import "vppn/m"
|
||||
|
||||
type localConfig struct {
|
||||
m.PeerConfig
|
||||
PubKey []byte
|
||||
PrivKey []byte
|
||||
PubSignKey []byte
|
||||
PrivSignKey []byte
|
||||
}
|
||||
Reference in New Issue
Block a user