summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-06-13 20:11:30 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-06-13 20:11:30 +0200
commit5b0a5e422e5f1f41f0efc855d522039cc7e6e17d (patch)
tree5c41bdc922d0c823627f221a036fb45cf10d3065
parentd7e6da28f7240454e2744babab09fc3dcafd328b (diff)
downloaddeployment-5b0a5e422e5f1f41f0efc855d522039cc7e6e17d.tar.gz
deployment-5b0a5e422e5f1f41f0efc855d522039cc7e6e17d.tar.bz2
deployment-5b0a5e422e5f1f41f0efc855d522039cc7e6e17d.zip
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.
-rwxr-xr-xconfig/generate-config2
1 files changed, 1 insertions, 1 deletions
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")