exchange

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

commit 398be48872a40f05f98253da8a65dfffd0117096
parent 014ae3190bf9da915dcd0b9ed524ca693666793c
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 11 Feb 2019 19:52:20 +0100

4692.  UX

Diffstat:
Msrc/exchange-tools/taler-wire.c | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/exchange-tools/taler-wire.c b/src/exchange-tools/taler-wire.c @@ -308,8 +308,11 @@ run (void *cls, if (GNUNET_YES == history) execute_history (); - else + else if (GNUNET_YES == transfer) execute_wire_transfer (); + else + fprintf (stderr, + "Please give either --history/-H or --transfer/t\n"); } /**