Skip to content

Commit 2d9fe37

Browse files
committed
f Remove unused mut
1 parent 7cfc5ba commit 2d9fe37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ impl LdkLite {
707707

708708
#[cfg(test)]
709709
/// Retrieve the current on-chain balance.
710-
pub fn on_chain_balance(&mut self) -> Result<bdk::Balance, Error> {
710+
pub fn on_chain_balance(&self) -> Result<bdk::Balance, Error> {
711711
self.wallet.get_balance()
712712
}
713713

0 commit comments

Comments
 (0)