summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_post_transfers.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-13 19:15:14 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-13 19:15:14 +0200
commit9bac37cbe6a2774782a515458098883bbf98b4b6 (patch)
treec1be0b61cea40afdee565527fa76fb72cb560c8f /src/lib/merchant_api_post_transfers.c
parenta48af85c36a3340ee9303b57428f2929b08995e4 (diff)
downloadmerchant-9bac37cbe6a2774782a515458098883bbf98b4b6.tar.gz
merchant-9bac37cbe6a2774782a515458098883bbf98b4b6.tar.bz2
merchant-9bac37cbe6a2774782a515458098883bbf98b4b6.zip
sketch for GET /transfers cmd
Diffstat (limited to 'src/lib/merchant_api_post_transfers.c')
-rw-r--r--src/lib/merchant_api_post_transfers.c2
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))
{