mirror of
https://github.com/lightninglabs/faraday.git
synced 2026-08-20 13:28:33 +02:00
This commit adds code to connect to LND's RPC from the terminator main function. It allows users to specify config through command line flags, and validates the input where possible.
10 lines
288 B
Modula-2
10 lines
288 B
Modula-2
module github.com/lightninglabs/terminator
|
|
|
|
require (
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/lightninglabs/loop v0.2.4-alpha
|
|
github.com/lightningnetwork/lnd v0.8.0-beta-rc3.0.20191025122959-1a0ab538d53c
|
|
)
|
|
|
|
go 1.13
|