-typo
This commit is contained in:
parent
721cd047ff
commit
aa8d44aab3
@ -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);
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user