quickjs-tart

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

commit 88bfe66b3faaa39af19ce69e4b4da8f0ea3aaaba
parent 417677a3f29da137a267fa5deca2f84315c17327
Author: Marc Stibane <marc@taler.net>
Date:   Tue, 17 Jan 2023 05:57:48 +0100

payload->args

Diffstat:
Mxcode/FTalerWalletcore.m | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xcode/FTalerWalletcore.m b/xcode/FTalerWalletcore.m @@ -29,7 +29,7 @@ TALER_WALLET_test(int wait) TALER_WALLET_run(wh); - TALER_WALLET_send_request(wh, "{\"operation\": \"init\", \"payload\": {\"skipDefaults\": true}}"); + TALER_WALLET_send_request(wh, "{\"operation\": \"init\", \"args\": {\"skipDefaults\": true}}"); TALER_WALLET_send_request(wh, "{\"operation\": \"getVersion\"}");