aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-11-10 11:38:45 +0100
committerChristian Grothoff <grothoff@gnunet.org>2023-11-10 11:38:45 +0100
commit01ccbda67da39532bba24822887cd00ff15bf4e0 (patch)
tree97ee1439c764b72420098cee8075a3bad0ac8ac5 /src/include
parent67f06263a370a92002540c9fd56c5c0ca646d34a (diff)
downloadexchange-01ccbda67da39532bba24822887cd00ff15bf4e0.tar.xz
add admin credentials for /admin/add/incoming, makes tests pass with latest libeufin-bank
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_testing_lib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 2d002abe2..a0a25832b 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -126,6 +126,12 @@ struct TALER_TESTING_Credentials
struct TALER_BANK_AuthenticationData ba;
/**
+ * Bank authentication details for the admin bank
+ * account.
+ */
+ struct TALER_BANK_AuthenticationData ba_admin;
+
+ /**
* Configuration file data.
*/
struct GNUNET_CONFIGURATION_Handle *cfg;