diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-09-04 12:39:10 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-09-04 12:39:10 +0200 |
commit | f4ffc4a27bd3724d83c8d205b35d6ea884fc3cfe (patch) | |
tree | 75dd66b7f125114590bdb17456a8ef364120566e /src | |
parent | 5cabe157dc04d49bf74784d4e0ed29cb10e1cbe1 (diff) |
note
Diffstat (limited to 'src')
-rw-r--r-- | src/include/taler_wire_plugin.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/taler_wire_plugin.h b/src/include/taler_wire_plugin.h index 94ef7b328..1ee1b6b49 100644 --- a/src/include/taler_wire_plugin.h +++ b/src/include/taler_wire_plugin.h @@ -90,7 +90,9 @@ struct TALER_WIRE_TransferDetails /** * Callbacks of this type are used to serve the result of asking - * the bank for the transaction history. + * the bank for the transaction history. NOTE: this function will + * NOT get the list of history elements, but rather get (iteratively) + * called for each (parsed) history element. * * @param cls closure * @param ec taler error code |