merchant

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

commit 5b232b727e13e650d1fc5363b640666aaa0cdeaf
parent 6747badd0c47308a715feff6a2912df3a2f31c0d
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 10 Nov 2016 11:17:25 +0100

doc: gnunet-config->taler-config

Diffstat:
Mdoc/manual.texi | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/manual.texi b/doc/manual.texi @@ -533,7 +533,7 @@ generate the key and/or to display the existing public key using the @example $ gnunet-ecc -p \ - `gnunet-config -f -s merchant-instance-default \ + `taler-config -f -s merchant-instance-default \ -o keyfile` @end example @@ -568,7 +568,7 @@ Assuming this JSON specification is stored in a file @code{$TEST.json}, run: @example -$ gnunet-config -s merchant-instance-wireformat-default \ +$ taler-config -s merchant-instance-wireformat-default \ -o test_response_file -v $TEST.json @end example