gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: Wire transfer del


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Wire transfer delay.
Date: Wed, 13 Jun 2018 20:13:19 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 5b0a5e4  Wire transfer delay.
5b0a5e4 is described below

commit 5b0a5e422e5f1f41f0efc855d522039cc7e6e17d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jun 13 20:11:30 2018 +0200

    Wire transfer delay.
    
    Putting a "zero secs" wire transfer delay
    in order to get the exchange issue the payout
    immediately, and so have the payment generator
    executing a successful /track/transaction.
---
 config/generate-config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/generate-config b/config/generate-config
index a6ed286..aac440f 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -101,7 +101,7 @@ def config(currency, envname, exchange_pub, standalone):
     cfg_put("merchant", "wireformat", "test")
     cfg_put("merchant", "serve", "unix")
     cfg_put("merchant", "unixpath", "$HOME/sockets/merchant.http")
-    cfg_put("merchant", "wire_transfer_delay", "1 m")
+    cfg_put("merchant", "wire_transfer_delay", "0 s")
     cfg_put("merchant", "default_max_wire_fee", currency + ":" + "0.01")
     cfg_put("merchant", "default_max_deposit_fee", currency + ":" + "0.05")
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]