diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-01-12 18:14:16 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-01-12 18:14:16 +0100 | 
| commit | 6a4cc07978f8973d790d10f25b325569a555995c (patch) | |
| tree | 8a66a0b0fc918ea3b7e8299fa532c8f5c03ea3dd /src/bank-lib | |
| parent | c7610bf617caba4b283f6bf6fa871e940da59d1c (diff) | |
fix ftbfs
Diffstat (limited to 'src/bank-lib')
| -rw-r--r-- | src/bank-lib/fakebank.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c index ebf1ac48..79c02279 100644 --- a/src/bank-lib/fakebank.c +++ b/src/bank-lib/fakebank.c @@ -129,7 +129,8 @@ struct Transaction    uint64_t row_id;    /** -   * Has this transaction been subjected to #TALER_FAKEBANK_check() +   * Has this transaction been subjected to #TALER_FAKEBANK_check_credit() +   * or #TALER_FAKEBANK_check_debit()     * and should thus no longer be counted in     * #TALER_FAKEBANK_check_empty()?     */ | 
