Add public key to peer info and implement public key generation from private key
This commit is contained in:
@@ -31,6 +31,7 @@ class PeerRoutes {
|
||||
'peer': {
|
||||
'ip': peer.ip,
|
||||
'privateKey': peer.privateKey,
|
||||
'publicKey': peer.publicKey,
|
||||
},
|
||||
'server': {
|
||||
'publicKey': serverPublicKey,
|
||||
|
||||
Reference in New Issue
Block a user