From e70d422da5b14e0a437e5dc24ac94d5a0bd1aba5 Mon Sep 17 00:00:00 2001 From: pxgamer Date: Thu, 18 Oct 2018 23:05:08 +0100 Subject: [PATCH] Add peers array to the configuration sample --- include/config-sample.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/config-sample.inc.php b/include/config-sample.inc.php index b0b467c..7b29dc1 100755 --- a/include/config-sample.inc.php +++ b/include/config-sample.inc.php @@ -54,6 +54,9 @@ $_config['transaction_propagation_peers'] = 5; // How many new peers to check from each peer $_config['max_test_peers'] = 5; +// The initial peers to sync from in sanity +$_config['initial_peer_list'] = []; + /* |-------------------------------------------------------------------------- | Mempool Configuration