aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/taler-helper-auditor-coins.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-08-29 07:04:36 +0200
committerChristian Grothoff <christian@grothoff.org>2024-08-29 07:04:36 +0200
commit509ca4121a568179c460ed293c6e63f5740aec55 (patch)
treebdccddf30620ee2b97426e2ca4dd9181d03b4581 /src/auditor/taler-helper-auditor-coins.c
parent2d3e7e86dba75c881dc15a9c76f221e312dd84df (diff)
no coin_pub needed in refreshes_hanging table
Diffstat (limited to 'src/auditor/taler-helper-auditor-coins.c')
-rw-r--r--src/auditor/taler-helper-auditor-coins.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/auditor/taler-helper-auditor-coins.c b/src/auditor/taler-helper-auditor-coins.c
index 6e530ef37..70605f29c 100644
--- a/src/auditor/taler-helper-auditor-coins.c
+++ b/src/auditor/taler-helper-auditor-coins.c
@@ -1446,8 +1446,7 @@ refresh_session_cb (void *cls,
still report it. */
struct TALER_AUDITORDB_RefreshesHanging rh = {
.problem_row_id = rowid,
- .amount = *amount_with_fee,
- .coin_pub = coin_pub->eddsa_pub
+ .amount = *amount_with_fee
};
qs = TALER_ARL_adb->insert_refreshes_hanging (