Add peers array to the configuration sample

This commit is contained in:
pxgamer
2018-10-18 23:05:08 +01:00
parent 754017f634
commit e70d422da5

View File

@@ -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