diff options
Diffstat (limited to 'src/auditor')
| -rw-r--r-- | src/auditor/taler-helper-auditor-reserves.c | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/src/auditor/taler-helper-auditor-reserves.c b/src/auditor/taler-helper-auditor-reserves.c index aa9c241b..c27574d1 100644 --- a/src/auditor/taler-helper-auditor-reserves.c +++ b/src/auditor/taler-helper-auditor-reserves.c @@ -1083,10 +1083,13 @@ verify_reserve_balance (void *cls,         internal audit, as otherwise the balance of the 'reserves' table         is not replicated at the auditor. */      struct TALER_EXCHANGEDB_Reserve reserve; +    struct TALER_EXCHANGEDB_KycStatus kyc;      reserve.pub = rs->reserve_pub;      qs = TALER_ARL_edb->reserves_get (TALER_ARL_edb->cls, -                                      &reserve); +                                      &reserve, +                                      &kyc); +    // FIXME: figure out what to do with KYC status!      if (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT != qs)      {        /* If the exchange doesn't have this reserve in the summary, it  | 
