Skip to content

Commit f074343

Browse files
authored
Merge pull request #642 from ariard/2020-06-anchor-backend-refacto
Anchor-outputs (1/3): Refactoring chain backend to extract PackageTemplate
2 parents 499d84c + c40ebf1 commit f074343

File tree

6 files changed

+1200
-643
lines changed

6 files changed

+1200
-643
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 66 additions & 206 deletions
Large diffs are not rendered by default.

lightning/src/chain/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ pub mod chainmonitor;
2323
pub mod channelmonitor;
2424
pub mod transaction;
2525
pub mod keysinterface;
26+
pub(crate) mod onchaintx;
27+
pub(crate) mod package;
2628

2729
/// An error when accessing the chain via [`Access`].
2830
#[derive(Clone)]

0 commit comments

Comments
 (0)