diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-13 19:15:14 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-05-13 19:15:14 +0200 |
commit | 9bac37cbe6a2774782a515458098883bbf98b4b6 (patch) | |
tree | c1be0b61cea40afdee565527fa76fb72cb560c8f /src/lib/merchant_api_post_transfers.c | |
parent | a48af85c36a3340ee9303b57428f2929b08995e4 (diff) |
sketch for GET /transfers cmd
Diffstat (limited to 'src/lib/merchant_api_post_transfers.c')
-rw-r--r-- | src/lib/merchant_api_post_transfers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/merchant_api_post_transfers.c b/src/lib/merchant_api_post_transfers.c index 2583dbe7..0dd67ce9 100644 --- a/src/lib/merchant_api_post_transfers.c +++ b/src/lib/merchant_api_post_transfers.c @@ -156,7 +156,7 @@ handle_post_transfers_finished (void *cls, }; if (GNUNET_OK != - GNUNET_JSON_parse (json, + GNUNET_JSON_parse (deposit_sum, ispec, NULL, NULL)) { |