quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

commit 42c247de1f6e9660fd838cb4ba2530cc141f644b
parent 2703b934fb71581898d55cc182533918c46f496b
Author: Florian Dold <florian@dold.me>
Date:   Mon, 16 Jan 2023 15:55:14 +0100

pass return code to caller

Diffstat:
Mtaler_wallet_core_lib.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler_wallet_core_lib.c b/taler_wallet_core_lib.c @@ -96,7 +96,7 @@ TALER_WALLET_send_request (struct TALER_WALLET_Instance *twi, pthread_mutex_lock(&twi->handle_mutex); pthread_mutex_unlock(&twi->handle_mutex); ret = js_os_post_message_from_host(twi->ctx, msg); - return 0; + return ret; } static void