summaryrefslogtreecommitdiff
path: root/src/exchange-lib/exchange_api_wire_deposits.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-07 15:14:44 +0200
committerChristian Grothoff <christian@grothoff.org>2016-06-07 15:14:44 +0200
commit166352e87e59f8525b501f87c5ecc3fce182835d (patch)
tree184e20baaceacaf6b1a542a0f6f1068f35dcc3dd /src/exchange-lib/exchange_api_wire_deposits.c
parente5894fac26def8fb1663056b73c8407c40f543c1 (diff)
downloadexchange-166352e87e59f8525b501f87c5ecc3fce182835d.tar.gz
exchange-166352e87e59f8525b501f87c5ecc3fce182835d.tar.bz2
exchange-166352e87e59f8525b501f87c5ecc3fce182835d.zip
add exchange_pub to callbacks
Diffstat (limited to 'src/exchange-lib/exchange_api_wire_deposits.c')
-rw-r--r--src/exchange-lib/exchange_api_wire_deposits.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchange-lib/exchange_api_wire_deposits.c b/src/exchange-lib/exchange_api_wire_deposits.c
index 0601f9b4a..91e2aef7b 100644
--- a/src/exchange-lib/exchange_api_wire_deposits.c
+++ b/src/exchange-lib/exchange_api_wire_deposits.c
@@ -186,6 +186,7 @@ handle_wire_deposits_finished (void *cls,
break;
wdh->cb (wdh->cb_cls,
response_code,
+ &exchange_pub,
json,
&h_wire,
&total_amount,
@@ -224,6 +225,7 @@ handle_wire_deposits_finished (void *cls,
}
wdh->cb (wdh->cb_cls,
response_code,
+ NULL,
json,
NULL, NULL, 0, NULL);
TALER_EXCHANGE_wire_deposits_cancel (wdh);