From 25b15a72f2ef6bb4aa9803ae67123e6c070fbe47 Mon Sep 17 00:00:00 2001 From: Kyryl Riabov Date: Sat, 29 Jun 2024 16:53:30 +0300 Subject: [PATCH] Updated BioRegistry --- contracts/core/BioRegistry.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/core/BioRegistry.sol b/contracts/core/BioRegistry.sol index 7cc0306..c6b00b4 100644 --- a/contracts/core/BioRegistry.sol +++ b/contracts/core/BioRegistry.sol @@ -156,6 +156,7 @@ contract BioRegistry is IBioRegistry, UUPSUpgradeable, OwnableUpgradeable { _metadataByFAndUser[issuerId_][biometricData_.biometricInfo][ biometricData_.userAddress ] = biometricData_.userMetadata; + _userAccountByUUID[biometricData_.uuid] = biometricData_.userAddress; } // A functionality to upgrade the contract