LFS fix for geth
This commit is contained in:
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.exe filter=lfs diff=lfs merge=lfs -text
|
||||||
Binary file not shown.
BIN
bin/win/geth.exe
BIN
bin/win/geth.exe
Binary file not shown.
@@ -53,13 +53,13 @@ class Geth {
|
|||||||
const gethPath = path.join(this.binaries, "geth");
|
const gethPath = path.join(this.binaries, "geth");
|
||||||
this.gethProcess = child_process.spawn(gethPath, [
|
this.gethProcess = child_process.spawn(gethPath, [
|
||||||
"--ws",
|
"--ws",
|
||||||
"--wsorigins",
|
"--ws.origins",
|
||||||
"*",
|
"*",
|
||||||
"--wsaddr",
|
"--ws.addr",
|
||||||
"127.0.0.1",
|
"127.0.0.1",
|
||||||
"--wsport",
|
"--ws.port",
|
||||||
"8546",
|
"8546",
|
||||||
"--wsapi",
|
"--ws.api",
|
||||||
"admin,db,eth,net,miner,personal,web3",
|
"admin,db,eth,net,miner,personal,web3",
|
||||||
"--networkid",
|
"--networkid",
|
||||||
"1313114",
|
"1313114",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Ether1Wallet",
|
"name": "Ether1Wallet",
|
||||||
"version": "2.3.1",
|
"version": "2.4.0",
|
||||||
"description": "Desktop wallet for Ether-1 ($ETHO)",
|
"description": "Desktop wallet for Ether-1 ($ETHO)",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user