diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-01-18 16:41:24 +0100 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-01-18 16:41:24 +0100 |
| commit | 644049274c36733b14832b07ed3517da01865183 (patch) | |
| tree | 3f023662ac32be7afe99a6ed91b3041aea02e2a3 /src/include/taler_fakebank_lib.h | |
| parent | 204b545db1eca882adb2b1a3dea5c6c860f91def (diff) | |
doxygen
Diffstat (limited to 'src/include/taler_fakebank_lib.h')
| -rw-r--r-- | src/include/taler_fakebank_lib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_fakebank_lib.h b/src/include/taler_fakebank_lib.h index 1fe83c48..278d0a00 100644 --- a/src/include/taler_fakebank_lib.h +++ b/src/include/taler_fakebank_lib.h @@ -52,7 +52,8 @@ TALER_FAKEBANK_start (uint16_t port); /** * Check that no wire transfers were ordered (or at least none - * that have not been taken care of via #TALER_FAKEBANK_check()). + * that have not been taken care of via #TALER_FAKEBANK_check_debit() + * or #TALER_FAKEBANK_check_credit()). * If any transactions are onrecord, return #GNUNET_SYSERR. * * @param h bank instance |
