summaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-02 12:03:55 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-02 12:03:55 +0100
commiteab95d015412833c96568fb91d25aa23c53c45cd (patch)
treea4c23c072b4dae0c982ca8a364b29a1bdceb4f80 /src/include/taler_exchangedb_plugin.h
parent915542e69c5a481b8885661171880446d4ef009d (diff)
downloadexchange-eab95d015412833c96568fb91d25aa23c53c45cd.tar.gz
exchange-eab95d015412833c96568fb91d25aa23c53c45cd.tar.bz2
exchange-eab95d015412833c96568fb91d25aa23c53c45cd.zip
draft for the AML GET decision endpoint
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 3a8b88ae3..4eb0a8410 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -3159,7 +3159,7 @@ typedef void
void *cls,
const struct TALER_Amount *new_threshold,
enum TALER_AmlDecisionState new_status,
- struct GNUNET_TIME_Absolute decision_time,
+ struct GNUNET_TIME_Timestamp decision_time,
const char *justification,
const struct TALER_AmlOfficerPublicKeyP *decider_pub,
const struct TALER_AmlOfficerSignatureP *decider_sig);