Skip to content

Commit b692370

Browse files
committed
test green
1 parent 246d092 commit b692370

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

villagesql/vdf/vdf_handler.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ bool vdf_handler::invoke_numeric(T *out_value, bool *null_value) {
231231
result.error_msg = m_error_msg;
232232

233233
// Call the VDF function
234-
m_udf->vdf_func_desc->vdf();
234+
m_udf->vdf_func_desc->vdf(&m_context, &m_vdf_args, &result);
235235

236236
// Handle result
237237
switch (result.type) {

0 commit comments

Comments
 (0)