We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b0aab commit a3db338Copy full SHA for a3db338
fuzz/src/full_stack.rs
@@ -290,7 +290,7 @@ impl<'a> Drop for MoneyLossDetector<'a> {
290
}
291
292
// Force all channels onto the chain (and time out claim txn)
293
- self.manager.force_close_all_channels_broadcasting_latest_txn(self.error_message);
+ self.manager.force_close_all_channels_broadcasting_latest_txn(&self.error_message);
294
295
296
0 commit comments