merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 8a399a783e27162be096aa3b1e0a4d2c44db0e63
parent 1a273fd9543a39900ffc57ea43b99ff618c1e485
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu,  8 Dec 2016 16:57:55 +0100

typo

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

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c @@ -1336,7 +1336,7 @@ track_transaction_cb (void *cls, } /* NOTE: this assumes that the wire transfer corresponds to a single coin involved in a pay/deposit. Thus, this invariant - may not always hold in the future depending no how the + may not always hold in the future depending on how the testcases evolve. */ if (1 != transfers[0].num_coins) {