cash2ecash

cash2ecash: cash acceptor that issues digital cash (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 3e260136f6aaeb25638bd400262dcf5d56db86ca
parent e1b39c9ebc86257a31a22a82eda3663d02f3861f
Author: Manuel Geissbühler <manuel@debian>
Date:   Thu,  2 Jan 2025 14:03:52 +0100

debugging

Diffstat:
Msrc/bank/bank_lib.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bank/bank_lib.c b/src/bank/bank_lib.c @@ -131,7 +131,7 @@ static void account_token_cb(void *cls, const struct TALER_BANK_AccountTokenResp JSON_INDENT (2)); break; - extInitCallback(); + } //Switch Authentification method to Bearer and add Token @@ -141,6 +141,7 @@ static void account_token_cb(void *cls, const struct TALER_BANK_AccountTokenResp auth.details.bearer.token = GNUNET_strdup(atr->details.ok.access_token); printf("fertig in bankcomu\n"); + extInitCallback(); GNUNET_SCHEDULER_shutdown(); }