mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-02 16:26:48 +00:00
fix build issue
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user