diff --git a/daemon/src/monitor.rs b/daemon/src/monitor.rs index 24e6670..9417e9e 100644 --- a/daemon/src/monitor.rs +++ b/daemon/src/monitor.rs @@ -24,7 +24,7 @@ pub struct StartMonitoring { } #[derive(Clone)] -pub struct Cet { +struct Cet { txid: Txid, script: Script, range: RangeInclusive,