exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit aa8d44aab3af79429247b6cf74da59398600cde3
parent 721cd047ff68daccb4f745dc76b4bc1094703412
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 21 May 2023 18:47:39 +0200

-typo

Diffstat:
Msrc/auditor/taler-auditor-exchange.c | 2+-
Msrc/benchmark/taler-exchange-benchmark.c | 2+-
Msrc/exchangedb/0004-kyc_attributes.sql | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/auditor/taler-auditor-exchange.c b/src/auditor/taler-auditor-exchange.c @@ -213,7 +213,7 @@ main (int argc, ? "Could not remove exchange from database: entry already absent\n" : "Could not add exchange to database: entry already exists\n"); TALER_AUDITORDB_plugin_unload (adb); - return EXIT_FAILURE; + return EXIT_SUCCESS; } } TALER_AUDITORDB_plugin_unload (adb); diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c @@ -565,7 +565,7 @@ parallel_benchmark (TALER_TESTING_Main main_cb, if (GNUNET_OK != TALER_TESTING_prepare_bank (cfg_filename, GNUNET_NO, - "exchange-account-2", + "exchange-account-test", &bc)) { return 1; diff --git a/src/exchangedb/0004-kyc_attributes.sql b/src/exchangedb/0004-kyc_attributes.sql @@ -28,7 +28,7 @@ BEGIN END $$; COMMENT ON FUNCTION master_table_kyc_attributes_V2 - IS 'Removes birthdate colum from the kyc_attributes table'; + IS 'Removes birthdate column from the kyc_attributes table'; INSERT INTO exchange_tables (name