Browse Source

Make monitor::Cet private

It is only needed internally and it was giving the wrong impression
when it was declared as public.
refactor/no-log-handler
Lucas Soriano del Pino 3 years ago
parent
commit
6a9144f7a1
No known key found for this signature in database GPG Key ID: EE611E973A1530E7
  1. 2
      daemon/src/monitor.rs

2
daemon/src/monitor.rs

@ -24,7 +24,7 @@ pub struct StartMonitoring {
}
#[derive(Clone)]
pub struct Cet {
struct Cet {
txid: Txid,
script: Script,
range: RangeInclusive<u64>,

Loading…
Cancel
Save