-fix bug in sync

This commit is contained in:
Christian Grothoff 2023-04-21 10:50:35 +02:00
parent 44e0e00595
commit ee6ec1f55d
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 7adfb722ac988170a31cdfd8132073eb7f2a6c43 Subproject commit 1ec4596bf4925ee24fc06d3e74d2a553b8239870

View File

@ -1407,7 +1407,7 @@ irbt_cb_table_purse_decision (struct PostgresClosure *pg,
GNUNET_PQ_query_param_timestamp ( GNUNET_PQ_query_param_timestamp (
&td->details.purse_decision.action_timestamp), &td->details.purse_decision.action_timestamp),
GNUNET_PQ_query_param_bool ( GNUNET_PQ_query_param_bool (
&td->details.purse_decision.refunded), td->details.purse_decision.refunded),
GNUNET_PQ_query_param_end GNUNET_PQ_query_param_end
}; };