From c935e7fc6c385d0dca01a21c5d614dfbc10ec971 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Mon, 23 Dec 2013 23:11:01 +0100 Subject: [PATCH] [ADDED] Warning for coin coinformation setting --- public/include/config/global.inc.dist.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/include/config/global.inc.dist.php b/public/include/config/global.inc.dist.php index 8d59ba48..e4c69027 100644 --- a/public/include/config/global.inc.dist.php +++ b/public/include/config/global.inc.dist.php @@ -383,8 +383,12 @@ $config['reward_type'] = 'fixed'; $config['reward'] = 50; // Confirmations per block required to credit transactions, default: 120 +// Do NOT touch this unless you know what you are doing! Please check your coin for the +// appropriate value here, but most should work with this. $config['confirmations'] = 120; // Confirmations per block required in network to confirm its transactions, default: 120 +// Do NOT touch this unless you know what you are doing! Please check your coin for the +// appropriate value here, but most should work with this. $config['network_confirmations'] = 120; /**