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

This commit is contained in:
Christian Grothoff 2016-11-18 16:34:00 +01:00
parent c583d0a8b4
commit f80a101366
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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);