Unify ids in peer struct
Compare changes
+ 11
− 10
@@ -38,7 +38,7 @@ type GRPCClient struct {
@@ -46,7 +46,6 @@ type Peer struct {
@@ -57,9 +56,16 @@ func NewKmsPeer(peerKmsId string, servQM QuantumModule, tcpSocketStr string, int
@@ -82,7 +88,6 @@ func NewKmsPeer(peerKmsId string, servQM QuantumModule, tcpSocketStr string, int
@@ -212,7 +217,3 @@ func (ph *Peer) SetStatus(updateStatus KmsPeerStatus) {