aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-11-04 12:58:03 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2022-11-04 12:58:03 +0100
commita76556f0caee4147e2c791f611a86c72afd7aaa1 (patch)
tree5db5e8a9faac61a715400d7133a086f0c6d3e18d /src/exchangedb
parent54c03a25b4865a68609dd798afb80e6fccefb583 (diff)
downloadexchange-a76556f0caee4147e2c791f611a86c72afd7aaa1.tar.xz
-typos in arguments fixed
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/exchange-0001-part.sql2
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c6
2 files changed, 4 insertions, 4 deletions
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