merchant

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

commit 06b7294815214f38daf3b7c93d5334bf0e00fd75
parent 87eef0bb4431cb189aba206b2da8b27637054b18
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 25 Apr 2017 09:40:51 +0200

specify exchange with '-e' at payments generator

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

diff --git a/src/samples/generate_payments.c b/src/samples/generate_payments.c @@ -1678,7 +1678,7 @@ main (int argc, "TIMES", "How many times the commands should be run.", &times), - GNUNET_GETOPT_option_flag ('r', + GNUNET_GETOPT_option_flag ('e', "remote-exchange", "Do not fork any exchange", &remote_exchange),