We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3b1bb commit 12897c8Copy full SHA for 12897c8
pay.js
@@ -86,7 +86,7 @@ if (cluster.isWorker){
86
//Read all pool configs from pool_configs and join them with their coin profile
87
var buildPoolConfigs = function(){
88
var configs = {};
89
- var configDir = 'pool_configs/';
+ var configDir = 'payment_configs/';
90
91
var poolConfigFiles = [];
92
0 commit comments