commit 413b5f9cfeab18a5bc7eddaaf8e9a9f59bfc6302 parent 477395a2788706ec3505729a0fb01b276c80cf71 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Mon, 11 Dec 2017 13:22:33 +0100 fetch reserve _public_ key Diffstat:
| M | bin/taler-deployment-top-reserve | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-deployment-top-reserve b/bin/taler-deployment-top-reserve @@ -9,7 +9,7 @@ fi UUID=$(date +"uuid-%N") # Obtain reserve public key from file -RESERVE=$(gnunet-ecc -P $(taler-config -s PATHS -o TALER_DEPLOYMENT_SHARED -f)/merchant/default-tip.priv) +RESERVE=$(gnunet-ecc -p $(taler-config -s PATHS -o TALER_DEPLOYMENT_SHARED -f)/merchant/default-tip.priv) # Tell the exchange about the 'incoming' wire transfer # (TODO: shouldn't we rather tell the *bank* (bank/admin/add/incoming)