Skip to content

Commit

Permalink
Merge pull request #127 from quantanet/0mkar-patch-minor
Browse files Browse the repository at this point in the history
minor changes
  • Loading branch information
0mkara authored Apr 10, 2020
2 parents 07a7a30 + 9626fca commit 45a76f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ext-src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ process.on("message", async m => {
deployUnsignedTx(meta, data.result, pvtKey, m.testnetId);
});
call.on('error', function (err: Error) {
console.log(err);

// @ts-ignore
process.send({ error: err });
// @ts-ignore
Expand Down
4 changes: 2 additions & 2 deletions src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ class App extends Component<IProps, IState> {
testNetAcc: [],
testNets: [
{ value: 'ganache', label: 'Ganache' },
{ value: '3', label: 'Ropsten' },
{ value: '4', label: 'Rinkeby' },
// { value: '3', label: 'Ropsten' },
// { value: '4', label: 'Rinkeby' },
{ value: '5', label: "Görli" }
]
};
Expand Down

0 comments on commit 45a76f1

Please sign in to comment.