lnd.xprv/contractcourt
Johan T. Halseth 8e77e1e6eb
lnwallet/channel: add NewLocalForceCloseSummary
This commit renames ForceCloseSummary to LocalForceCloseSummary, and
adds a new method NewLocalForceCloseSummary that can be used to derive a
LocalForceCloseSummary if our commitment transaction gets confirmed
in-chain. It is meant to accompany the NewUnilateralCloseSummary method,
which is used for the same purpose in the event of a remote commitment
being seen in-chain.
2018-04-06 09:46:30 +02:00
..
briefcase_test.go build+multi: switch from bolt to bbolt 2018-03-10 19:01:13 -08:00
briefcase.go build+multi: switch from bolt to bbolt 2018-03-10 19:01:13 -08: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 lnwallet/channel: add NewLocalForceCloseSummary 2018-04-06 09:46:30 +02:00
chain_watcher.go multi: provide mempool=true to RegisterSpendNtfn 2018-04-03 11:24:07 +02:00
channel_arbitrator_test.go contractcourt: add new ChannelArbitrator struct 2018-01-22 19:19:34 -08:00
channel_arbitrator.go lnwallet/channel: add NewLocalForceCloseSummary 2018-04-06 09:46:30 +02:00
contract_resolvers_test.go contractcourt: add complete ContractResolver implementations 2018-01-22 19:19:36 -08:00
contract_resolvers.go multi: provide mempool=true to RegisterSpendNtfn 2018-04-03 11:24:07 +02:00
log.go contractcourt: create new package, add logger 2018-01-22 19:19:34 -08:00