From a76556f0caee4147e2c791f611a86c72afd7aaa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Fri, 4 Nov 2022 12:58:03 +0100 Subject: -typos in arguments fixed --- src/exchangedb/exchange-0001-part.sql | 2 +- src/exchangedb/plugin_exchangedb_postgres.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/exchangedb') diff --git a/src/exchangedb/exchange-0001-part.sql b/src/exchangedb/exchange-0001-part.sql index 4599d2ee7..72b084104 100644 --- a/src/exchangedb/exchange-0001-part.sql +++ b/src/exchangedb/exchange-0001-part.sql @@ -573,7 +573,7 @@ COMMENT ON COLUMN policy_details.accumulated_total_val COMMENT ON COLUMN policy_details.fee_val IS 'The fee for this policy, due when the policy is fulfilled or timed out'; COMMENT ON COLUMN policy_details.transferable_val - IS 'The amount that on fulfilment or timeout will be transfered to the payto-URI''s of the corresponding deposit''s. The policy fees must have been already deducted from it. Invariant: fee+transferable <= accumulated_total. The remaining amount (accumulated_total - fee - transferable) can be refreshed by the owner of the coins when the state is Timeout or Success.'; + IS 'The amount that on fulfillment or timeout will be transferred to the payto-URI''s of the corresponding deposit''s. The policy fees must have been already deducted from it. Invariant: fee+transferable <= accumulated_total. The remaining amount (accumulated_total - fee - transferable) can be refreshed by the owner of the coins when the state is Timeout or Success.'; COMMENT ON COLUMN policy_details.fulfillment_state IS 'State of the fulfillment: - 0 (Failure) diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 0b03fe4b1..e4f714c2a 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -4083,7 +4083,7 @@ compute_shard (const struct TALER_MerchantPublicKeyP *merchant_pub) * @param deposit deposit operation details * @param known_coin_id row of the coin in the known_coins table * @param h_payto hash of the merchant's bank account details - * @param _blocked true if an extension is blocking the wire transfer + * @param policy_details_serial_id pointer to the ID of the entry in policy_details, maybe NULL * @param[in,out] exchange_timestamp time to use for the deposit (possibly updated) * @param[out] balance_ok set to true if the balance was sufficient * @param[out] in_conflict set to true if the deposit conflicted @@ -4514,7 +4514,7 @@ hash_code_cmp ( * Add a proof of fulfillment into the policy_fulfillments table * * @param cls the `struct PostgresClosure` with the plugin-specific state - * @param[out] proof_id set record id for the proof + * @param fulfillment fullfilment transaction data to be added * @return query execution status */ static enum GNUNET_DB_QueryStatus @@ -10678,7 +10678,7 @@ postgres_delete_shard_locks (void *cls) * * @param cls the @e cls of this struct with the plugin-specific state * @param extension_name the name of the extension - * @param config JSON object of the configuration as string + * @param manifest JSON object of the configuration as string * @return transaction status code */ enum GNUNET_DB_QueryStatus -- cgit v1.2.3