Test last change.
This commit is contained in:
parent
dd9837ff8b
commit
4630d92bd0
@ -6592,7 +6592,7 @@ postgres_clean_kyc_events (void *cls,
|
|||||||
};
|
};
|
||||||
|
|
||||||
return GNUNET_PQ_eval_prepared_non_select (session->conn,
|
return GNUNET_PQ_eval_prepared_non_select (session->conn,
|
||||||
"clean_kyv_events",
|
"clean_kyc_events",
|
||||||
params);
|
params);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -390,6 +390,10 @@ kcs (void *cls,
|
|||||||
|
|
||||||
FAILIF ((50 != sum.value) || (70 != sum.fraction));
|
FAILIF ((50 != sum.value) || (70 != sum.fraction));
|
||||||
|
|
||||||
|
FAILIF (2 != plugin->clean_kyc_events (NULL,
|
||||||
|
session,
|
||||||
|
merchant_serial_id));
|
||||||
|
|
||||||
drop:
|
drop:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user