summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-28 21:41:46 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-28 21:41:46 +0200
commite1d16d11269a1fae896e200afd70e38d0040928d (patch)
tree91f80a2f58dd1dc41ffbbd82df09fb37df22eaa6 /src/include
parent7d23dbe6ee21afc6d28df50516e694f205aada29 (diff)
downloadmerchant-e1d16d11269a1fae896e200afd70e38d0040928d.tar.gz
merchant-e1d16d11269a1fae896e200afd70e38d0040928d.tar.bz2
merchant-e1d16d11269a1fae896e200afd70e38d0040928d.zip
fix FTBFS
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_merchant_testing_lib.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h
index 8b6724f1..9fbb4f56 100644
--- a/src/include/taler_merchant_testing_lib.h
+++ b/src/include/taler_merchant_testing_lib.h
@@ -1490,7 +1490,6 @@ TALER_TESTING_cmd_tip_pickup (const char *label,
op (paths_length, const uint32_t) \
op (payto_length, const uint32_t) \
op (num_planchets, const uint32_t) \
- op (tip_id, const struct GNUNET_HashCode) \
op (i18n_description, const json_t) \
op (taxes, const json_t) \
op (fee, const struct TALER_Amount) \
@@ -1513,7 +1512,7 @@ TALER_TESTING_cmd_tip_pickup (const char *label,
op (paths, const char *) \
op (payto_uris, const char *) \
op (amounts, const struct TALER_Amount) \
- op (planchet_secrets, struct TALER_PlanchetSecretsP *)
+ op (planchet_secrets, const struct TALER_PlanchetSecretsP)
TALER_MERCHANT_TESTING_SIMPLE_TRAITS (TALER_TESTING_MAKE_DECL_SIMPLE_TRAIT)