Commit 7305f7d7 authored by Jeremy Bokobza's avatar Jeremy Bokobza

fixed stratis name in main.ts file

parent b6a45b94
...@@ -185,7 +185,7 @@ function startStratisApi() { ...@@ -185,7 +185,7 @@ function startStratisApi() {
var stratisProcess; var stratisProcess;
const spawnStratis = require('child_process').spawn; const spawnStratis = require('child_process').spawn;
//Start Breeze Bitcoin Daemon //Start Breeze Stratis Daemon
let apiPath = path.resolve(__dirname, 'assets//daemon//Stratis.BreezeD'); let apiPath = path.resolve(__dirname, 'assets//daemon//Stratis.BreezeD');
if (os.platform() === 'win32') { if (os.platform() === 'win32') {
apiPath = path.resolve(__dirname, '..\\..\\resources\\daemon\\Stratis.BreezeD.exe'); apiPath = path.resolve(__dirname, '..\\..\\resources\\daemon\\Stratis.BreezeD.exe');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment