Skip to content

Commit 96f36e4

Browse files
committed
bust cache
1 parent 8278f3c commit 96f36e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/util/test_utils.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,13 @@ impl channelmonitor::Persist<EnforcingSigner> for TestPersister {
180180
self.update_ret.lock().unwrap().clone()
181181
}
182182

183+
// BUST CACHE
183184
fn update_persisted_channel(&self, _funding_txo: OutPoint, _update: &channelmonitor::ChannelMonitorUpdate, _data: &channelmonitor::ChannelMonitor<EnforcingSigner>) -> Result<(), channelmonitor::ChannelMonitorUpdateErr> {
184185
self.update_ret.lock().unwrap().clone()
185186
}
186187
}
187188

189+
188190
pub struct TestBroadcaster {
189191
pub txn_broadcasted: Mutex<Vec<Transaction>>,
190192
}

0 commit comments

Comments
 (0)