Skip to content

Commit

Permalink
remove receiver_mut from Watch
Browse files Browse the repository at this point in the history
  • Loading branch information
hansieodendaal committed Nov 7, 2024
1 parent b465563 commit a5edcdc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions base_layer/wallet/src/util/watch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ impl<T> Watch<T> {
&self.1
}

fn receiver_mut(&mut self) -> &mut watch::Receiver<T> {
&mut self.1
}

pub fn get_receiver(&self) -> watch::Receiver<T> {
self.receiver().clone()
}
Expand Down

0 comments on commit a5edcdc

Please sign in to comment.