exchange

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

commit d1fd3a485bdf3839bfd0eb44bd59eb93cd81c72c
parent 9d9d4413dfdfc91ebafde9f8dca81b0f03705766
Author: Gian Demarmels <gian@demarmels.org>
Date:   Tue,  4 Jan 2022 10:27:46 +0100

revocation

Diffstat:
Msrc/util/test_helper_cs.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/util/test_helper_cs.c b/src/util/test_helper_cs.c @@ -601,8 +601,8 @@ run_test (void) num_keys); ret = 0; // TODO: implement other tests - // if (0 == ret) - // ret = test_revocation (dh); + if (0 == ret) + ret = test_revocation (dh); // if (0 == ret) // ret = test_signing (dh); // if (0 == ret)