Cleanup
This commit is contained in:
parent
f0076939d5
commit
b1e85733a2
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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user