Browse Source

commit

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
8cf804fb94
  1. 2
      .gitattributes
  2. 2
      app/main.dev.js
  3. BIN
      resources/bin/darwin/lnd
  4. BIN
      resources/bin/linux/lnd

2
.gitattributes

@ -2,4 +2,4 @@
*.png binary
*.ico binary
*.icns binary
*.bin binary
resources/bin/* binary

2
app/main.dev.js

@ -164,7 +164,7 @@ const startLnd = () => {
'--bitcoin.active',
'--bitcoin.testnet',
'--neutrino.active',
'--neutrino.connect=faucet.lightning.community:18333',
'--neutrino.connect=165.227.7.29:18333',
'--autopilot.active',
'--debuglevel=debug',
'--no-macaroons',

BIN
resources/bin/darwin/lnd

Binary file not shown.

BIN
resources/bin/linux/lnd

Binary file not shown.
Loading…
Cancel
Save