This commit is contained in:
Christian Grothoff 2022-10-30 18:06:47 +01:00
parent 2d55647f2a
commit c0f6d89316
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
4 changed files with 8 additions and 5 deletions

View File

@ -1140,7 +1140,7 @@ check_known_coin (
/**
* Update the denom balance in @a dso reducing it by
* @a amount_with_fee. If this is not possible, report
* an emergency. Also updates the #total_escrow_balance.
* an emergency. Also updates the #balance.
*
* @param dso denomination summary to update
* @param rowid responsible row (for logging)

View File

@ -956,6 +956,8 @@ handle_reserve_open (
* @param reserve_pub public key of the reserve
* @param receiver_account where did we send the funds
* @param transfer_details details about the wire transfer
* @param close_request_row which close request triggered the operation?
* 0 if it was a timeout
* @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop
*/
static enum GNUNET_GenericReturnValue

View File

@ -2056,8 +2056,7 @@ begin_credit_audit (void)
/**
* Function called about reserve closing operations
* the aggregator triggered.
* Function called about reserve closing operations the aggregator triggered.
*
* @param cls closure
* @param rowid row identifier used to uniquely identify the reserve closing operation
@ -2067,6 +2066,8 @@ begin_credit_audit (void)
* @param reserve_pub public key of the reserve
* @param receiver_account where did we send the funds, in payto://-format
* @param wtid identifier used for the wire transfer
* @param close_request_row which close request triggered the operation?
* 0 if it was a timeout (not used)
* @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop
*/
static enum GNUNET_GenericReturnValue

View File

@ -2022,8 +2022,8 @@ postgres_get_wire_auditor_progress (
* @param cls the @e cls of this struct with the plugin-specific state
* @param reserve_pub public key of the reserve
* @param master_pub master public key of the exchange
* @param reserve_balance amount stored in the reserve
* @param rfb amounts for the reserve
* @param rfb balance amounts for the reserve
* @param expiration_date when will the reserve expire
* @param origin_account where did the money in the reserve originally come from
* @return transaction status code
*/