mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
fix another build issue
This commit is contained in:
@@ -1060,7 +1060,7 @@ struct PerfHostFunctions : public TestHostFunctions
|
||||
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