lnd.xprv/contractcourt
Wilmer Paulino a63677a381
multi: switch to transaction weight to calculate transaction fees
Due to a recent change within the codebase to return estimated fee rates
in sat/kw, this commit ensures that we use this fee rate properly by
calculing a transaction's fees using its weight. This includes all of
the different transactions that are created within lnd (funding, sweeps,
etc.). On-chain transactions still rely on a sat/vbyte fee rate since it's
required by btcwallet.
2018-08-09 17:29:50 -07:00
..
briefcase_test.go multi: sort import paths with gofmt 2018-08-02 18:20:49 -07:00
briefcase.go multi: sort import paths with gofmt 2018-08-02 18:20:49 -07:00
chain_arbitrator_test.go contractcourt: add new ChainArbitrator struct as central coordinator of package 2018-01-22 19:19:36 -08:00
chain_arbitrator.go contractcourt/chain_arbitrator: fix potential shutdown race 2018-08-03 16:46:41 -07:00
chain_watcher_test.go contractcourt: update chain watcher to make funding pkScript for spend ntfn 2018-07-31 21:29:00 -07:00
chain_watcher.go contractcourt: update chain watcher to make funding pkScript for spend ntfn 2018-07-31 21:29:00 -07:00
channel_arbitrator_test.go contractcourt: update channel arbitrator unit tests due to recent API changes 2018-07-31 21:29:01 -07:00
channel_arbitrator.go contractcourt: update channel arbitrator unit tests due to recent API changes 2018-07-31 21:29:01 -07:00
contract_resolvers_test.go contractcourt: add complete ContractResolver implementations 2018-01-22 19:19:36 -08:00
contract_resolvers.go multi: switch to transaction weight to calculate transaction fees 2018-08-09 17:29:50 -07:00
log.go contractcourt: create new package, add logger 2018-01-22 19:19:34 -08:00