Skip to content

Commit

Permalink
Fixed init
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed May 26, 2018
1 parent d222c52 commit ed75e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init_mini.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function init(callback) {

}).then(function(){
global.config['coin'] = JSON.parse(coinConfig)[global.config.coin];
let coinInc = require("." + global.config.coin.funcFile);
let coinInc = require(global.config.coin.funcFile);
global.coinFuncs = new coinInc();
let comms = require('./lib/local_comms');
global.database = new comms();
Expand Down

0 comments on commit ed75e1c

Please sign in to comment.