diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-06-27 16:49:23 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-06-27 16:49:23 +0200 |
commit | f033320300081607fd8f8861324ea1fc8fa2efd1 (patch) | |
tree | a235d171e8acdd4c85f4cb5fb73f0b3f644553ba /src/exchangedb | |
parent | 193d95bdbdf5041a68f0e3cc7f0e067950029a96 (diff) |
Addressing #5291.
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index e72e96cc9..f20a887a1 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -2779,6 +2779,7 @@ postgres_get_ready_deposit (void *cls, rs); if (qs <= 0) return qs; + qs = deposit_cb (deposit_cb_cls, serial_id, &merchant_pub, |