Browse Source

macaroonpath

dependabot/npm_and_yarn/ini-1.3.7
Evan Feenstra 4 years ago
parent
commit
c8be784ce0
  1. 1
      dist/src/builtin/loop.js
  2. 2
      dist/src/builtin/loop.js.map
  3. 1
      src/builtin/loop.ts

1
dist/src/builtin/loop.js

@ -120,6 +120,7 @@ function init() {
const cmd = `loop`;
const args = [
`--tlscertpath=${config.tls_location}`,
`--macaroonpath=${config.loop_macaroon_location}`,
`--rpcserver=localhost:10009`,
'out',
`--channel=${chan}`,

2
dist/src/builtin/loop.js.map

File diff suppressed because one or more lines are too long

1
src/builtin/loop.ts

@ -116,6 +116,7 @@ export function init() {
const cmd = `loop`
const args = [
`--tlscertpath=${config.tls_location}`,
`--macaroonpath=${config.loop_macaroon_location}`,
`--rpcserver=localhost:10009`,
'out',
`--channel=${chan}`,

Loading…
Cancel
Save