diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-06-15 22:31:44 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-06-15 22:31:44 +0200 | 
| commit | f6a7d4a1edd9dce6781b2682568f90090cc7d602 (patch) | |
| tree | f5f78407036b36f8d4dd0b6139b9b44505ade08c /src/include | |
| parent | eccf37e450918e554425b7a9daef324cdaaa37a5 (diff) | |
-more DB logic for taler-helper-auditor-reserves
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_exchangedb_plugin.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index afd850ad..5ef4e74a 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -2023,7 +2023,7 @@ typedef enum GNUNET_GenericReturnValue    enum TALER_WalletAccountMergeFlags flags,    const struct TALER_Amount *purse_fee,    struct GNUNET_TIME_Timestamp merge_timestamp, -  struct TALER_ReserveSignatureP *reserve_sig); +  const struct TALER_ReserveSignatureP *reserve_sig);  /** | 
