mirror of
https://github.com/lightninglabs/faraday.git
synced 2026-08-20 13:28:33 +02:00
Add a revenue report which provides information about pairwise volume and revenue for channels over a set of forwarding events. Fees are split between incoming and outgoing channels because forwards are enabled by pairs of channels.
11 lines
327 B
Modula-2
11 lines
327 B
Modula-2
module github.com/lightninglabs/terminator
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.20.1-beta
|
|
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
|