Test last change.

This commit is contained in:
Marcello Stanisci 2018-07-10 15:56:26 +02:00
parent dd9837ff8b
commit 4630d92bd0
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F
2 changed files with 5 additions and 1 deletions

View File

@ -6592,7 +6592,7 @@ postgres_clean_kyc_events (void *cls,
};
return GNUNET_PQ_eval_prepared_non_select (session->conn,
"clean_kyv_events",
"clean_kyc_events",
params);
}

View File

@ -390,6 +390,10 @@ kcs (void *cls,
FAILIF ((50 != sum.value) || (70 != sum.fraction));
FAILIF (2 != plugin->clean_kyc_events (NULL,
session,
merchant_serial_id));
drop:
return;
}