diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-05-08 13:18:36 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-05-08 13:18:36 +0200 |
commit | 20aad54c3e010020185c76d9e0727f3f497c2f73 (patch) | |
tree | 37013453e198452b30710fb9165a2f5389cb6af9 /src/exchangedb/plugin_exchangedb_common.c | |
parent | 2dcaffe4510410e568d637c1e251e230e2df41d9 (diff) |
remove dead transfer details field from reserves_in (API, exchangedb, etc.)
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_common.c')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exchangedb/plugin_exchangedb_common.c b/src/exchangedb/plugin_exchangedb_common.c index 0f7d2fe76..61c00c14d 100644 --- a/src/exchangedb/plugin_exchangedb_common.c +++ b/src/exchangedb/plugin_exchangedb_common.c @@ -44,8 +44,6 @@ common_free_reserve_history (void *cls, bt = rh->details.bank; if (NULL != bt->sender_account_details) json_decref (bt->sender_account_details); - if (NULL != bt->transfer_details) - json_decref (bt->transfer_details); GNUNET_free_non_null (bt->wire_reference); GNUNET_free (bt); break; |