2
0
Adam Ierymenko 5 жил өмнө
parent
commit
a87d4f1864

+ 1 - 1
controller/EmbeddedNetworkController.cpp

@@ -1616,7 +1616,7 @@ void EmbeddedNetworkController::_request(
 		nc->certificateOfOwnershipCount = 1;
 	}
 
-	CertificateOfMembership com(now,credentialtmd,nwid,identity.address());
+	CertificateOfMembership com(now,credentialtmd,nwid,identity);
 	if (com.sign(_signingId)) {
 		nc->com = com;
 	} else {