exchange

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

commit f80a1013666d21408b790a5e9d8614d6da52c59c
parent c583d0a8b47b763e42748466ca5396feacf48d25
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 18 Nov 2016 16:34:00 +0100

fixing another test failing due to amount 1e-8 change

Diffstat:
Msrc/exchangedb/test_exchangedb.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c @@ -1303,7 +1303,7 @@ run (void *cls) sizeof (reserve_pub))); /* this is the amount we trasferred twice*/ FAILIF (1 != bt->amount.value); - FAILIF (10 != bt->amount.fraction); + FAILIF (1000 != bt->amount.fraction); FAILIF (0 != strcmp (CURRENCY, bt->amount.currency)); FAILIF (NULL == bt->sender_account_details); FAILIF (NULL == bt->transfer_details);