From 56b1f3e7320e3ed51010a8edd2e40a606a2c4260 Mon Sep 17 00:00:00 2001 From: CedarMist <134699267+CedarMist@users.noreply.github.com> Date: Thu, 26 Oct 2023 22:15:15 +0100 Subject: [PATCH] contracts: fixed comment --- contracts/contracts/Sapphire.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/contracts/Sapphire.sol b/contracts/contracts/Sapphire.sol index 9e866da9..5ee4aed9 100644 --- a/contracts/contracts/Sapphire.sol +++ b/contracts/contracts/Sapphire.sol @@ -267,7 +267,7 @@ function sha512(bytes memory input) view returns (bytes memory output) { * Hash the input data with SHA-384 * * @custom:standard https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf - * @custom:see @oasisprotocol/oasis-sdk :: precompile/sha512.rs :: call_sha512 + * @custom:see @oasisprotocol/oasis-sdk :: precompile/sha2.rs :: call_sha384 * @param input Bytes to hash * @return output 48 byte digest */