aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_reserves_status.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-21 03:59:31 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-03-21 03:59:31 +0100
commitc7e2d206bab7f06375be2154b323ad429d13a9e7 (patch)
tree969cc459e34e9cc88074269e272fd27be38f01f5 /src/lib/exchange_api_reserves_status.c
parent1f86b02ffa60e3817f6a7d70a654f02759e793f3 (diff)
downloadexchange-c7e2d206bab7f06375be2154b323ad429d13a9e7.tar.xz
add logic to check timestamp, revise history balance calculation logic in client
Diffstat (limited to 'src/lib/exchange_api_reserves_status.c')
-rw-r--r--src/lib/exchange_api_reserves_status.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/exchange_api_reserves_status.c b/src/lib/exchange_api_reserves_status.c
index a99a080bc..eecd40b9c 100644
--- a/src/lib/exchange_api_reserves_status.c
+++ b/src/lib/exchange_api_reserves_status.c
@@ -127,7 +127,8 @@ handle_reserves_status_ok (struct TALER_EXCHANGE_ReservesStatusHandle *rsh,
history,
&rsh->reserve_pub,
rs.details.ok.balance.currency,
- NULL,
+ &rs.details.ok.total_in,
+ &rs.details.ok.total_out,
len,
rhistory))
{