fix build issue

This commit is contained in:
Mayukha Vadari
2025-11-25 02:58:57 +05:30
parent 56bc6d58f6
commit c33b0ae463

View File

@@ -424,7 +424,7 @@ WasmHostFunctionsImpl::checkSignature(
return Unexpected(HostFunctionError::INVALID_PARAMS);
PublicKey const pk(pubkey);
return verify(pk, message, signature, /*canonical*/ true);
return verify(pk, message, signature);
}
Expected<Hash, HostFunctionError>