quickjs-tart

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

commit 417677a3f29da137a267fa5deca2f84315c17327
parent 11331de2d1d6fbcb0fe5d987ecb16fc992a5208d
Author: Florian Dold <florian@dold.me>
Date:   Tue, 17 Jan 2023 00:14:53 +0100

payload->args

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

diff --git a/wallet-client-example.c b/wallet-client-example.c @@ -38,7 +38,7 @@ int main(int argc, char **argv) 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\"}");