diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-01-29 11:39:45 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-01-29 11:39:45 +0100 |
commit | 67bc16d9ebb8d68851c34e18155b6648bce2c06a (patch) | |
tree | 53fe2f49f06644d6bb5d3a5be6df94962da7aa9c /src/include | |
parent | 46d9cc367bdc9bf8cda7ae12e78ea0a2e0853d36 (diff) |
update bank-lib to reflect API discussions
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_bank_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_bank_service.h b/src/include/taler_bank_service.h index b292a7bcb..a4f33fc97 100644 --- a/src/include/taler_bank_service.h +++ b/src/include/taler_bank_service.h @@ -133,7 +133,7 @@ typedef void * @param reserve_pub public key of the reserve * @param amount amount that was deposited * @param execution_date when did we receive the amount - * @param wire wire details + * @param account_no account number (53 bits at most) * @param res_cb the callback to call when the final result for this request is available * @param res_cb_cls closure for the above callback * @return NULL @@ -144,7 +144,7 @@ struct TALER_BANK_AdminAddIncomingHandle * TALER_BANK_admin_add_incoming (struct TALER_BANK_Context *bank, const struct TALER_WireTransferIdentifierRawP *wtid, const struct TALER_Amount *amount, - const json_t *wire, + uint64_t account_no, TALER_BANK_AdminAddIncomingResultCallback res_cb, void *res_cb_cls); |