diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-06-05 14:07:23 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-06-05 14:07:23 +0200 | 
| commit | b9963f75255e416ca79b2f5c3081bde4ba78fab0 (patch) | |
| tree | 9575e9558b6f8960798c09dec681dc277f96babc /src/exchangedb | |
| parent | 6c81796d6f39e932d58b4fc1729b472d0e46e3d1 (diff) | |
complete P2P/W2W conflict handling, deduplicate code across handlers
Diffstat (limited to 'src/exchangedb')
| -rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index b259e351..4ff51ebc 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -8403,7 +8403,6 @@ add_coin_melt (void *cls,          chc->failed = true;          return;        } -      }      tl = GNUNET_new (struct TALER_EXCHANGEDB_TransactionList);      tl->next = chc->head; @@ -8704,7 +8703,7 @@ static enum GNUNET_DB_QueryStatus  postgres_get_coin_transactions (    void *cls,    const struct TALER_CoinSpendPublicKeyP *coin_pub, -  int include_recoup, +  bool include_recoup,    struct TALER_EXCHANGEDB_TransactionList **tlp)  {    struct PostgresClosure *pg = cls; | 
