diff --git a/src/test/app/TestHostFunctions.h b/src/test/app/TestHostFunctions.h index 4445f1ae73..fe0cc6f289 100644 --- a/src/test/app/TestHostFunctions.h +++ b/src/test/app/TestHostFunctions.h @@ -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