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 a3db338 commit 925d737Copy full SHA for 925d737
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.to_string());
294
295
296
0 commit comments