Commit 5dc14952 authored by dev0tion's avatar dev0tion

Remove light parameters

parent 6d626805
......@@ -144,7 +144,7 @@ function startBitcoinApi() {
apiPath = path.join(__dirname, '".\\assets\\daemon\\Stratis.BreezeD.exe"');
}
bitcoinProcess = execBitcoin('"' + apiPath + '" light -testnet', {
bitcoinProcess = execBitcoin('"' + apiPath + '" -testnet', {
detached: true
}, (error, stdout, stderr) => {
if (error) {
......@@ -168,7 +168,7 @@ function startStratisApi() {
apiPath = path.join(__dirname, '".\\assets\\daemon\\Stratis.BreezeD.exe"');
}
stratisProcess = execStratis('"' + apiPath + '" stratis light -testnet', {
stratisProcess = execStratis('"' + apiPath + '" stratis -testnet', {
detached: true
}, (error, stdout, stderr) => {
if (error) {
......
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