Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
andresaiello committed Oct 9, 2023
1 parent 4a91703 commit 6aee482
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ contract UserVerificationRegistry {
return userVerificationTimestamps[userAddress] > 0;
}

function getLastVerifiedTimestamp(address userAddress) external view returns (uint256) {
function getVerifiedTimestamp(address userAddress) external view returns (uint256) {
return userVerificationTimestamps[userAddress];
}
}

0 comments on commit 6aee482

Please sign in to comment.