Skip to content

Commit 12897c8

Browse files
committed
use payment_configs/ as configDir for the pay.js
1 parent ab3b1bb commit 12897c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if (cluster.isWorker){
8686
//Read all pool configs from pool_configs and join them with their coin profile
8787
var buildPoolConfigs = function(){
8888
var configs = {};
89-
var configDir = 'pool_configs/';
89+
var configDir = 'payment_configs/';
9090

9191
var poolConfigFiles = [];
9292

0 commit comments

Comments
 (0)