Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit f5657c2

Browse files
author
Paul D Handy
committed
fixed break regression
1 parent bc5c317 commit f5657c2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

app/js/ccurl-interface.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ var ccurlHashing = function(libccurl, trunkTransaction, branchTransaction, minWe
178178
finalBundleTrytes.push(returnedTrytes);
179179
callback(null);
180180
}).catch(callback);
181+
break;
181182
}
182183
default: {
183184
// cCurl updates the nonce as well as the transaction hash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"pidusage": "^1.1.5"
3838
},
3939
"devDependencies": {
40-
"electron": "^1.7.4",
40+
"electron": "1.7.4",
4141
"electron-builder": "^19.19.1",
4242
"follow-redirects": "^1.2.4",
4343
"rimraf": "^2.6.1"

package.testnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"pidusage": "^1.1.5"
3838
},
3939
"devDependencies": {
40-
"electron": "^1.7.4",
40+
"electron": "1.7.4",
4141
"electron-builder": "^19.13.0",
4242
"follow-redirects": "^1.2.4",
4343
"rimraf": "^2.6.1"

0 commit comments

Comments
 (0)