exchange

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

commit 7e966aa2aef83472b641154646f8ef84688104eb
parent 229907c6e233609ccfafe1823f281581bf5e9680
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 14 Dec 2017 17:53:48 +0100

store password in the right variable

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

diff --git a/src/bank-lib/taler-bank-transfer.c b/src/bank-lib/taler-bank-transfer.c @@ -242,7 +242,7 @@ main (int argc, char *const *argv) "pass", "PASSPHRASE", "passphrase to use for authentication", - &subject)), + &password)), GNUNET_GETOPT_OPTION_END };