diff options
Diffstat (limited to 'src/auditor/taler-helper-auditor-reserves.c')
| -rw-r--r-- | src/auditor/taler-helper-auditor-reserves.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/src/auditor/taler-helper-auditor-reserves.c b/src/auditor/taler-helper-auditor-reserves.c index 547a4587..331dfab7 100644 --- a/src/auditor/taler-helper-auditor-reserves.c +++ b/src/auditor/taler-helper-auditor-reserves.c @@ -1020,13 +1020,10 @@ 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, -                                      &kyc); -    // FIXME: figure out what to do with KYC status! +                                      &reserve);      if (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT != qs)      {        /* If the exchange doesn't have this reserve in the summary, it  | 
