summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-10 01:48:46 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-03-10 01:48:46 +0100
commit9a3d993d071c4733f1243ef2ab8185210a907b75 (patch)
treec6bf074ee1d05338f46c1103677a7cd1f8152892 /src/include/taler_testing_lib.h
parente1e68cebb87980eb3bbcb975a327caac76b366ab (diff)
downloadexchange-9a3d993d071c4733f1243ef2ab8185210a907b75.tar.gz
exchange-9a3d993d071c4733f1243ef2ab8185210a907b75.tar.bz2
exchange-9a3d993d071c4733f1243ef2ab8185210a907b75.zip
-also work with h_payto trait
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 5d5cff49d..ac5f6c606 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -2445,6 +2445,7 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits,
#define TALER_TESTING_SIMPLE_TRAITS(op) \
op (bank_row, const uint64_t) \
op (reserve_priv, const struct TALER_ReservePrivateKeyP) \
+ op (h_payto, const struct TALER_PaytoHashP) \
op (planchet_secret, const struct TALER_PlanchetMasterSecretP) \
op (refresh_secret, const struct TALER_RefreshMasterSecretP) \
op (reserve_pub, const struct TALER_ReservePublicKeyP) \